Home
last modified time | relevance | path

Searched refs:matchesArgType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h341 MatchKind matchesArgType(ASTContext &C, const ArgType &other) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp615 ArgType::matchesArgType(ASTContext &C, const ArgType &Other) const { in matchesArgType() function in ArgType
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7614 switch (ArgType.matchesArgType(S.Context, Other.ArgType)) { in VerifyCompatible()