Searched refs:ObjCPointerTy (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 424 case ObjCPointerTy: { in matchesType() 465 case ObjCPointerTy: in getRepresentativeType()
|
D | PrintfFormatString.cpp | 546 return ArgType::ObjCPointerTy; in getArgType()
|
/external/llvm-project/clang/lib/AST/ |
D | FormatString.cpp | 473 case ObjCPointerTy: { in matchesType() 523 case ObjCPointerTy: in getRepresentativeType()
|
D | PrintfFormatString.cpp | 657 return ArgType::ObjCPointerTy; in getScalarArgType()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 238 enum Kind { UnknownTy, InvalidTy, SpecificTy, ObjCPointerTy, CPointerTy, enumerator
|
/external/llvm-project/clang/include/clang/AST/ |
D | FormatString.h | 251 enum Kind { UnknownTy, InvalidTy, SpecificTy, ObjCPointerTy, CPointerTy, enumerator
|