Searched refs:ParserValue (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.h | 129 ArrayRef<ParserValue> Args, 187 ArrayRef<ParserValue> Args, 205 ArrayRef<ParserValue> Args, 304 ArrayRef<ParserValue> Args, Diagnostics *Error) { 310 const ParserValue &Arg = Args[i]; 345 ArrayRef<ParserValue> Args, 360 ArrayRef<ParserValue> Args, 439 ArrayRef<ParserValue> Args, 450 ArrayRef<ParserValue> Args, 463 ArrayRef<ParserValue> Args, [all …]
|
D | Parser.cpp | 343 std::vector<ParserValue> Args; in parseMatcherExpressionImpl() 368 ParserValue ArgValue; in parseMatcherExpressionImpl() 538 ArrayRef<ParserValue> Args, Diagnostics *Error) { in actOnMatcherExpression()
|
D | Registry.cpp | 573 ArrayRef<ParserValue> Args, in constructMatcher() 582 ArrayRef<ParserValue> Args, in constructBoundMatcher()
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Registry.h | 110 ArrayRef<ParserValue> Args, 122 ArrayRef<ParserValue> Args,
|
D | Diagnostics.h | 43 struct ParserValue { struct 44 ParserValue() : Text(), Range(), Value() {} in ParserValue() function
|
D | Parser.h | 86 ArrayRef<ParserValue> Args, 134 ArrayRef<ParserValue> Args,
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | RegistryTest.cpp | 24 std::vector<ParserValue> Args() { return std::vector<ParserValue>(); } in Args() 25 std::vector<ParserValue> Args(const VariantValue &Arg1) { in Args() 26 std::vector<ParserValue> Out(1); in Args() 30 std::vector<ParserValue> Args(const VariantValue &Arg1, in Args() 32 std::vector<ParserValue> Out(2); in Args()
|
D | ParserTest.cpp | 55 ArrayRef<ParserValue> Args, in actOnMatcherExpression() 67 std::vector<ParserValue> Args;
|