OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesType
(Results
1 - 6
of
6
) sorted by null
/external/doclava/src/com/google/doclava/
MethodInfo.java
520
if (!
matchesType
(qualifiedName, s) && !
matchesType
(realType, s)) {
533
private boolean
matchesType
(String signatureParam, String callerParam) {
/external/clang/include/clang/Analysis/Analyses/
FormatString.h
239
bool
matchesType
(ASTContext &C, QualType argTy) const;
/external/clang/lib/Analysis/
PrintfFormatString.cpp
523
if (ATR.isValid() && ATR.
matchesType
(Ctx, QT))
ScanfFormatString.cpp
454
if (AT.isValid() && AT.
matchesType
(Ctx, QT))
FormatString.cpp
236
bool ArgType::
matchesType
(ASTContext &C, QualType argTy) const {
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 70 milliseconds