Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h371 QualType ObjCIdRedefinitionType; variable
1842 if (ObjCIdRedefinitionType.isNull()) in getObjCIdRedefinitionType()
1844 return ObjCIdRedefinitionType; in getObjCIdRedefinitionType()
1849 ObjCIdRedefinitionType = RedefType; in setObjCIdRedefinitionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5167 if (Context.ObjCIdRedefinitionType.isNull()) in InitializeContext()
5168 Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef); in InitializeContext()
H A DASTWriter.cpp5003 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()