Home
last modified time | relevance | path

Searched refs:addMatch (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp31 void DiffLogBuilder::addMatch(const Instruction *L, const Instruction *R) { in addMatch() function in DiffLogBuilder
H A DDiffLog.h70 void addMatch(const Instruction *L, const Instruction *R);
H A DDifferenceEngine.cpp880 Diff.addMatch(L, R); in runBlockDiff()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4377 Result.addMatch(CaptureBuilder); in AST_MATCHER_P()
5102 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()
5193 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()
5203 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()
5345 Result.addMatch(ArgBuilder); in AST_POLYMORPHIC_MATCHER_P()
6293 Result.addMatch(OverriddenBuilder); in AST_MATCHER_P()
7898 Result.addMatch(CaseBuilder); in AST_MATCHER_P()
7925 Result.addMatch(InitBuilder); in AST_MATCHER_P()
H A DASTMatchersInternal.h298 void addMatch(const BoundNodesTreeBuilder &Bindings);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp197 ResultBindings.addMatch(RecursiveBuilder); in match()