Searched refs:ContextObj (Results 1 – 2 of 2) sorted by relevance
420 ASTContext *ContextObj = nullptr; variable2215 assert(ContextObj && "requested AST context when not loading AST"); in getContext()2216 return *ContextObj; in getContext()
1536 if (NumFileDecls && ContextObj) { in ReadSLocEntry()2954 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()3068 if (!ContextObj) { in ReadASTBlock()3149 DeclContext *TU = ContextObj->getTranslationUnitDecl(); in ReadASTBlock()4178 if (ContextObj) in ReadAST()4179 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()4359 if (ContextObj) in ReadAST()4382 if (ContextObj) { in ReadAST()4813 assert(ContextObj && "no context to initialize"); in InitializeContext()4814 ASTContext &Context = *ContextObj; in InitializeContext()[all …]