Searched refs:ContextObj (Results 1 – 2 of 2) sorted by relevance
422 ASTContext *ContextObj = nullptr; variable2252 assert(ContextObj && "requested AST context when not loading AST"); in getContext()2253 return *ContextObj; in getContext()
1541 if (NumFileDecls && ContextObj) { in ReadSLocEntry()2980 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()3095 if (!ContextObj) { in ReadASTBlock()3176 DeclContext *TU = ContextObj->getTranslationUnitDecl(); in ReadASTBlock()4223 if (ContextObj) in ReadAST()4224 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()4403 if (ContextObj) in ReadAST()4426 if (ContextObj) { in ReadAST()4863 assert(ContextObj && "no context to initialize"); in InitializeContext()4864 ASTContext &Context = *ContextObj; in InitializeContext()[all …]