Home
last modified time | relevance | path

Searched refs:ObjCIdRedefinitionType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h391 QualType ObjCIdRedefinitionType; variable
1844 if (ObjCIdRedefinitionType.isNull()) in getObjCIdRedefinitionType()
1846 return ObjCIdRedefinitionType; in getObjCIdRedefinitionType()
1851 ObjCIdRedefinitionType = RedefType; in setObjCIdRedefinitionType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp4991 if (Context.ObjCIdRedefinitionType.isNull()) in InitializeContext()
4992 Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef); in InitializeContext()
H A DASTWriter.cpp4800 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()