Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h332 QualType ObjCIdRedefinitionType; variable
1637 if (ObjCIdRedefinitionType.isNull()) in getObjCIdRedefinitionType()
1639 return ObjCIdRedefinitionType; in getObjCIdRedefinitionType()
1644 ObjCIdRedefinitionType = RedefType; in setObjCIdRedefinitionType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4531 if (Context.ObjCIdRedefinitionType.isNull()) in InitializeContext()
4532 Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef); in InitializeContext()
H A DASTWriter.cpp4904 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()