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

Declarations

tools/clang/include/clang/AST/FormatString.h
  673   ArgType getArgType(ASTContext &Ctx) const;

References

tools/clang/lib/AST/ScanfFormatString.cpp
  508     const analyze_scanf::ArgType &AT = getArgType(Ctx);
tools/clang/lib/Sema/SemaChecking.cpp
 8715   const analyze_format_string::ArgType &AT = FS.getArgType(S.Context);