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

References

tools/clang/lib/AST/FormatString.cpp
  415     case CStrTy: {
  518     case CStrTy:
tools/clang/lib/AST/PrintfFormatString.cpp
  636       return ArgType::CStrTy;
  643         return ArgType::CStrTy;
tools/clang/lib/AST/ScanfFormatString.cpp
  342           return ArgType::PtrTo(ArgType::CStrTy);
tools/clang/lib/Sema/SemaChecking.cpp
 8041     const analyze_printf::ArgType &AT2 = ArgType::CStrTy;