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

References

tools/clang/lib/Serialization/ASTReader.cpp
 4804                                       Context.getTranslationUnitDecl());
 4812       if (!Context.CFConstantStringTypeDecl)
 4813         Context.setCFConstantStringType(GetType(String));
 4823       if (!Context.FILEDecl) {
 4825           Context.setFILEDecl(Typedef->getDecl());
 4832           Context.setFILEDecl(Tag->getDecl());
 4844       if (!Context.jmp_bufDecl) {
 4846           Context.setjmp_bufDecl(Typedef->getDecl());
 4853           Context.setjmp_bufDecl(Tag->getDecl());
 4865       if (!Context.sigjmp_bufDecl) {
 4867           Context.setsigjmp_bufDecl(Typedef->getDecl());
 4871           Context.setsigjmp_bufDecl(Tag->getDecl());
 4878       if (Context.ObjCIdRedefinitionType.isNull())
 4879         Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef);
 4884       if (Context.ObjCClassRedefinitionType.isNull())
 4885         Context.ObjCClassRedefinitionType = GetType(ObjCClassRedef);
 4890       if (Context.ObjCSelRedefinitionType.isNull())
 4891         Context.ObjCSelRedefinitionType = GetType(ObjCSelRedef);
 4901       if (!Context.ucontext_tDecl) {
 4903           Context.setucontext_tDecl(Typedef->getDecl());
 4907           Context.setucontext_tDecl(Tag->getDecl());
 4913   ReadPragmaDiagnosticMappings(Context.getDiagnostics());
 4918     Context.setcudaConfigureCallDecl(