Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h261 QualType ObjCConstantStringType; variable
1399 return ObjCConstantStringType; in getObjCConstantStringInterface()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h398 QualType ObjCConstantStringType; variable
1852 return ObjCConstantStringType; in getObjCConstantStringInterface()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h393 QualType ObjCConstantStringType; variable
1836 return ObjCConstantStringType; in getObjCConstantStringInterface()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h393 QualType ObjCConstantStringType; variable
1836 return ObjCConstantStringType; in getObjCConstantStringInterface()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h390 QualType ObjCConstantStringType; variable
1828 return ObjCConstantStringType; in getObjCConstantStringInterface()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp1112 ObjCConstantStringType = QualType(); in InitBuiltinTypes()
6524 assert(ObjCConstantStringType.isNull() && in setObjCConstantStringInterface()
6527 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()