Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h401 QualType ObjCIdRedefinitionType; variable
2094 if (ObjCIdRedefinitionType.isNull()) in getObjCIdRedefinitionType()
2096 return ObjCIdRedefinitionType; in getObjCIdRedefinitionType()
2101 ObjCIdRedefinitionType = RedefType; in setObjCIdRedefinitionType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5465 if (Context.ObjCIdRedefinitionType.isNull()) in InitializeContext()
5466 Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef); in InitializeContext()
H A DASTWriter.cpp5979 AddTypeRef(Context, Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()