Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h383 QualType ObjCConstantStringType; variable
1745 return ObjCConstantStringType; in getObjCConstantStringInterface()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1460 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
8395 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
8398 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()