Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h402 QualType ObjCConstantStringType; variable
1895 return ObjCConstantStringType; in getObjCConstantStringInterface()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1426 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
9605 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
9608 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()