Home
last modified time | relevance | path

Searched refs:CPointerTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp571 case CPointerTy: in matchesType()
634 case CPointerTy: in getRepresentativeType()
H A DScanfFormatString.cpp372 return ArgType::PtrTo(ArgType::CPointerTy); in getArgType()
H A DPrintfFormatString.cpp677 return ArgType::CPointerTy; in getScalarArgType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h267 enum Kind { UnknownTy, InvalidTy, SpecificTy, ObjCPointerTy, CPointerTy, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6954 ArgType(S.Context.IntTy) : ArgType::CPointerTy; in HandlePrintfSpecifier()