Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1879 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h491 ASTContext *ContextObj = nullptr; variable
2574 assert(ContextObj && "requested AST context when not loading AST"); in getContext()
2575 return *ContextObj; in getContext()