Home
last modified time | relevance | path

Searched refs:ObjCConstantStringType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h410 QualType ObjCConstantStringType; variable
1830 return ObjCConstantStringType; in getObjCConstantStringInterface()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1467 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
9027 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
9030 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()