OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addMatcher
(Results
1 - 14
of
14
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
34
// finder.
AddMatcher
(Id("id", record(hasName("::a_namespace::AClass"))),
53
/// calls to
addMatcher
(...).
56
/// that will trigger the callbacks specified via
addMatcher
(...) when a match
125
void
addMatcher
(const DeclarationMatcher &NodeMatch,
127
void
addMatcher
(const TypeMatcher &NodeMatch,
129
void
addMatcher
(const StatementMatcher &NodeMatch,
131
void
addMatcher
(const NestedNameSpecifierMatcher &NodeMatch,
133
void
addMatcher
(const NestedNameSpecifierLocMatcher &NodeMatch,
135
void
addMatcher
(const TypeLocMatcher &NodeMatch,
141
/// This is similar to \c
addMatcher
(), but it uses the dynamic interface. I
[
all
...]
ASTMatchersInternal.h
[
all
...]
/external/littlemock/src/com/google/testing/littlemock/
LittleMock.java
277
public static <T> T anyObject() { return LittleMock.<T>
addMatcher
(new MatchAnything(), null); }
283
public static int anyInt() { return
addMatcher
(new MatchAnything(), 0); }
286
public static float anyFloat() { return
addMatcher
(new MatchAnything(), 0f); }
289
public static double anyDouble() { return
addMatcher
(new MatchAnything(), 0.0); }
292
public static boolean anyBoolean() { return
addMatcher
(new MatchAnything(), false); }
295
public static short anyShort() { return
addMatcher
(new MatchAnything(), (short) 0); }
298
public static char anyChar() { return
addMatcher
(new MatchAnything(), '\u0000'); }
301
public static long anyLong() { return
addMatcher
(new MatchAnything(), 0L); }
304
public static byte anyByte() { return
addMatcher
(new MatchAnything(), (byte) 0); }
308
return
addMatcher
(new ArgumentMatcher()
[
all
...]
/external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp
111
match_finder->
addMatcher
(varDecl(forEach(expr(has(constructor_call)))),
113
match_finder->
addMatcher
(newExpr(has(constructor_call)),
115
match_finder->
addMatcher
(bindTemporaryExpr(has(constructor_call)),
117
match_finder->
addMatcher
(
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp
333
match_finder.
addMatcher
(
352
match_finder.
addMatcher
(id("var",
356
match_finder.
addMatcher
(
365
match_finder.
addMatcher
(memberCallExpr(base_matcher, is_unsafe_return),
377
match_finder.
addMatcher
(
388
match_finder.
addMatcher
(
404
match_finder.
addMatcher
(
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.h
68
Finder.
addMatcher
(AMatcher, &VerifyFound);
115
Finder.
addMatcher
(AMatcher, &VerifyVerifiedResult);
ASTMatchersTest.cpp
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
772
void MatchFinder::
addMatcher
(const DeclarationMatcher &NodeMatch,
777
void MatchFinder::
addMatcher
(const TypeMatcher &NodeMatch,
782
void MatchFinder::
addMatcher
(const StatementMatcher &NodeMatch,
787
void MatchFinder::
addMatcher
(const NestedNameSpecifierMatcher &NodeMatch,
792
void MatchFinder::
addMatcher
(const NestedNameSpecifierLocMatcher &NodeMatch,
797
void MatchFinder::
addMatcher
(const TypeLocMatcher &NodeMatch,
805
addMatcher
(NodeMatch.convertTo<Decl>(), Action);
808
addMatcher
(NodeMatch.convertTo<QualType>(), Action);
811
addMatcher
(NodeMatch.convertTo<Stmt>(), Action);
814
addMatcher
(NodeMatch.convertTo<NestedNameSpecifier>(), Action)
[
all
...]
/external/clang/unittests/AST/
NamedDeclPrinterTest.cpp
70
Finder.
addMatcher
(NodeMatch, &Printer);
StmtPrinterTest.cpp
75
Finder.
addMatcher
(NodeMatch, &Printer);
MatchVerifier.h
81
Finder.
addMatcher
(AMatcher.bind(""), this);
DeclPrinterTest.cpp
76
Finder.
addMatcher
(NodeMatch, &Printer);
[
all
...]
/external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp
27
Finder.
addMatcher
(AMatcher, &Callback);
/external/jdiff/
xerces.jar
Completed in 416 milliseconds