reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Serialization/ASTReader.h
 2320     assert(ContextObj && "requested AST context when not loading AST");
 2321     return *ContextObj;
tools/clang/lib/Serialization/ASTReader.cpp
 1533     if (NumFileDecls && ContextObj) {
 2951       if (ASTContext *Ctx = ContextObj) {
 3065     if (!ContextObj) {
 3146       DeclContext *TU = ContextObj->getTranslationUnitDecl();
 4173   if (ContextObj)
 4174     PreviousGeneration = incrementGeneration(*ContextObj);
 4346   if (ContextObj)
 4369   if (ContextObj) {
 4798   assert(ContextObj && "no context to initialize");
 4799   ASTContext &Context = *ContextObj;
 5651       if (!ContextObj)
 5656       ContextObj->addLazyModuleInitializers(CurrentModule, Inits);
 6316   assert(ContextObj && "reading type with no AST context");
 6317   ASTContext &Context = *ContextObj;
 7259   assert(ContextObj && "reading type with no AST context");
 7260   ASTContext &Context = *ContextObj;
 7688   assert(ContextObj && "reading base specifiers with no AST context");
 7689   ASTContext &Context = *ContextObj;
 7838   assert(ContextObj && "reading decl with no AST context");
 7840     Decl *D = getPredefinedDecl(*ContextObj, (PredefinedDeclIDs)ID);