Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h261 QualType ObjCConstantStringType; variable
1399 return ObjCConstantStringType; in getObjCConstantStringInterface()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h375 QualType ObjCConstantStringType; variable
1657 return ObjCConstantStringType; in getObjCConstantStringInterface()
/external/clang/lib/AST/
DASTContext.cpp1112 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
6524 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
6527 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1436 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
8262 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
8265 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()