Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h384 QualType ObjCConstantStringType; variable
1805 return ObjCConstantStringType; in getObjCConstantStringInterface()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1440 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
9136 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
9139 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()