Searched refs:ContextObj (Results 1 – 2 of 2) sorted by relevance
420 ASTContext *ContextObj = nullptr; variable2235 assert(ContextObj && "requested AST context when not loading AST"); in getContext()2236 return *ContextObj; in getContext()
1528 if (NumFileDecls && ContextObj) { in ReadSLocEntry()2939 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()3054 if (!ContextObj) { in ReadASTBlock()3135 DeclContext *TU = ContextObj->getTranslationUnitDecl(); in ReadASTBlock()4198 if (ContextObj) in ReadAST()4199 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()4379 if (ContextObj) in ReadAST()4402 if (ContextObj) { in ReadAST()4838 assert(ContextObj && "no context to initialize"); in InitializeContext()4839 ASTContext &Context = *ContextObj; in InitializeContext()[all …]