reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/FormatString.cpp
  464     case CPointerTy:
  527     case CPointerTy:
tools/clang/lib/AST/PrintfFormatString.cpp
  654       return ArgType::CPointerTy;
tools/clang/lib/AST/ScanfFormatString.cpp
  370       return ArgType::PtrTo(ArgType::CPointerTy);
tools/clang/lib/Sema/SemaChecking.cpp
 8030         ArgType(S.Context.IntTy) : ArgType::CPointerTy;