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.cpp1701 if (NumFileDecls && ContextObj) { in ReadSLocEntry()
3270 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()
3366 if (!ContextObj) { in ReadASTBlock()
3423 DeclContext *TU = ContextObj->getTranslationUnitDecl(); in ReadASTBlock()
4451 if (ContextObj) in ReadAST()
4452 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4627 if (ContextObj) in ReadAST()
4650 if (ContextObj) { in ReadAST()
5092 assert(ContextObj && "no context to initialize"); in InitializeContext()
5093 ASTContext &Context = *ContextObj; in InitializeContext()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h445 ASTContext *ContextObj = nullptr; variable
2382 assert(ContextObj && "requested AST context when not loading AST"); in getContext()
2383 return *ContextObj; in getContext()