Searched refs:ContextObj (Results 1 – 2 of 2) sorted by relevance
1879 if (NumFileDecls && ContextObj) { in ReadSLocEntry()3493 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()3589 if (!ContextObj) { in ReadASTBlock()3646 DeclContext *TU = ContextObj->getTranslationUnitDecl(); in ReadASTBlock()4739 if (ContextObj) in ReadAST()4740 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()4915 if (ContextObj) in ReadAST()4938 if (ContextObj) { in ReadAST()5385 assert(ContextObj && "no context to initialize"); in InitializeContext()5386 ASTContext &Context = *ContextObj; in InitializeContext()[all …]
491 ASTContext *ContextObj = nullptr; variable2574 assert(ContextObj && "requested AST context when not loading AST"); in getContext()2575 return *ContextObj; in getContext()