HomeSort by relevance Sort by last modified time
    Searched refs:matchesType (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 398 if (hasValidLengthModifier() && ATR.isValid() && ATR.matchesType(Ctx, QT))
456 bool ScanfArgTypeResult::matchesType(ASTContext& C, QualType argTy) const {
463 return ArgTypeResult(ArgTypeResult::CStrTy).matchesType(C, argTy);
465 return ArgTypeResult(ArgTypeResult::WCStrTy).matchesType(C, argTy);
470 return A.matchesType(C, PT->getPointeeType());
FormatString.cpp 235 bool ArgTypeResult::matchesType(ASTContext &C, QualType argTy) const {
PrintfFormatString.cpp 442 if (hasValidLengthModifier() && ATR.isValid() && ATR.matchesType(Ctx, QT))
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 227 bool matchesType(ASTContext &C, QualType argTy) const;
543 bool matchesType(ASTContext& C, QualType argTy) const;
  /external/doclava/src/com/google/doclava/
MethodInfo.java 519 if (!matchesType(qualifiedName, s) && !matchesType(realType, s)) {
532 private boolean matchesType(String signatureParam, String callerParam) {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 90 milliseconds