Searched refs:ContextObj (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h420 ASTContext *ContextObj = nullptr; member in class:clang::ASTReader
2215 assert(ContextObj && "requested AST context when not loading AST");
2216 return *ContextObj;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1536 if (NumFileDecls && ContextObj) {
2954 if (ASTContext *Ctx = ContextObj) {
3068 if (!ContextObj) {
3149 DeclContext *TU = ContextObj->getTranslationUnitDecl();
4178 if (ContextObj)
4179 PreviousGeneration = incrementGeneration(*ContextObj);
4359 if (ContextObj)
4382 if (ContextObj) {
4813 assert(ContextObj && "no context to initialize");
4814 ASTContext &Context = *ContextObj;
[all...]

Completed in 110 milliseconds