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.h383 QualType ObjCIdRedefinitionType; variable
1909 if (ObjCIdRedefinitionType.isNull()) in getObjCIdRedefinitionType()
1911 return ObjCIdRedefinitionType; in getObjCIdRedefinitionType()
1916 ObjCIdRedefinitionType = RedefType; in setObjCIdRedefinitionType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5172 if (Context.ObjCIdRedefinitionType.isNull()) in InitializeContext()
5173 Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef); in InitializeContext()
H A DASTWriter.cpp5419 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()