Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h420 ASTContext *ContextObj = nullptr; variable
2215 assert(ContextObj && "requested AST context when not loading AST"); in getContext()
2216 return *ContextObj; in getContext()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp1536 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 …]