Searched refs:matchesType (Results 1 – 6 of 6) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | MethodInfo.java | 530 if (!matchesType(qualifiedName, s) && !matchesType(realType, s)) { in matchesParams() 543 private boolean matchesType(String signatureParam, String callerParam) { in matchesType() method in MethodInfo
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 247 bool matchesType(ASTContext &C, QualType argTy) const;
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 484 if (AT.isValid() && AT.matchesType(Ctx, QT)) in fixType()
|
D | FormatString.cpp | 257 bool ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType() function in ArgType
|
D | PrintfFormatString.cpp | 544 if (ATR.isValid() && ATR.matchesType(Ctx, QT)) in fixType()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2791 if (!AT.matchesType(S.Context, T)) { in HandleAmount() 2921 AT.matchesType(S.Context, Method->getReturnType())) { in checkForCStrMembers() 3106 if (AT.matchesType(S.Context, ExprTy)) in checkFormatExpr() 3125 if (AT.matchesType(S.Context, ExprTy)) in checkFormatExpr() 3240 if (!AT.matchesType(S.Context, IntendedTy)) in checkFormatExpr() 3475 if (AT.isValid() && !AT.matchesType(S.Context, Ex->getType())) { in HandleScanfSpecifier()
|