Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h441 ASTContext *ContextObj = nullptr; variable
2352 assert(ContextObj && "requested AST context when not loading AST"); in getContext()
2353 return *ContextObj; in getContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1661 if (NumFileDecls && ContextObj) { in ReadSLocEntry()
3220 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()
3316 if (!ContextObj) { in ReadASTBlock()
4442 if (ContextObj) in ReadAST()
4618 if (ContextObj) in ReadAST()
4641 if (ContextObj) { in ReadAST()
5088 ASTContext &Context = *ContextObj; in InitializeContext()
5998 if (!ContextObj) in ReadSubmoduleBlock()
6696 ASTContext &Context = *ContextObj; in readTypeRecord()
7128 ASTContext &Context = *ContextObj; in GetType()
[all …]