Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h420 ASTContext *ContextObj = nullptr; variable
2235 assert(ContextObj && "requested AST context when not loading AST"); in getContext()
2236 return *ContextObj; in getContext()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1528 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 …]