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

Declarations

tools/clang/include/clang/AST/FormatString.h
  582   ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;

References

tools/clang/lib/AST/PrintfFormatString.cpp
  862     const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral);
tools/clang/lib/Sema/SemaChecking.cpp
 8300   const analyze_printf::ArgType &AT = FS.getArgType(S.Context, isObjCContext());