Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h423 ASTContext *ContextObj = nullptr; variable
2279 assert(ContextObj && "requested AST context when not loading AST"); in getContext()
2280 return *ContextObj; in getContext()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1579 if (NumFileDecls && ContextObj) { in ReadSLocEntry()
3039 if (ASTContext *Ctx = ContextObj) { in ReadASTBlock()
3135 if (!ContextObj) { in ReadASTBlock()
4270 if (ContextObj) in ReadAST()
4446 if (ContextObj) in ReadAST()
4469 if (ContextObj) { in ReadAST()
4912 ASTContext &Context = *ContextObj; in InitializeContext()
5771 if (!ContextObj) in ReadSubmoduleBlock()
6455 ASTContext &Context = *ContextObj; in readTypeRecord()
6885 ASTContext &Context = *ContextObj; in GetType()
[all …]