Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h382 QualType ObjCConstantStringType; variable
1700 return ObjCConstantStringType; in getObjCConstantStringInterface()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1460 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
8376 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
8379 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()