Searched refs:ParserValue (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Registry.h | 92 ArrayRef<ParserValue> Args, Diagnostics *Error); 140 ArrayRef<ParserValue> Args, 152 ArrayRef<ParserValue> Args,
|
| H A D | Parser.h | 91 ArrayRef<ParserValue> Args, 109 ArrayRef<ParserValue> Args, Diagnostics *Error) const = 0; 147 ArrayRef<ParserValue> Args, 159 ArrayRef<ParserValue> Args,
|
| H A D | Diagnostics.h | 42 struct ParserValue { struct 43 ParserValue() {} in ParserValue() argument
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 309 ArrayRef<ParserValue> Args, 395 ArrayRef<ParserValue> Args, 503 const ParserValue &Arg = Args[i]; 545 ArrayRef<ParserValue> Args, 560 ArrayRef<ParserValue> Args, 654 ArrayRef<ParserValue> Args, 735 ArrayRef<ParserValue> Args, 881 ArrayRef<ParserValue> Args, 895 const ParserValue &Arg = Args[i]; 999 VariantMatcher create(SourceRange, ArrayRef<ParserValue>, [all …]
|
| H A D | Parser.cpp | 474 std::vector<ParserValue> Args; in parseMatcherBuilder() 501 ParserValue ArgValue; in parseMatcherBuilder() 642 std::vector<ParserValue> Args; in parseMatcherExpressionImpl() 669 ParserValue ArgValue; in parseMatcherExpressionImpl() 838 ArrayRef<ParserValue> Args, Diagnostics *Error) { in actOnMatcherExpression() 867 ArrayRef<ParserValue> Args, in buildMatcherCtor()
|
| H A D | Registry.cpp | 617 ArrayRef<ParserValue> Args, Diagnostics *Error) { in buildMatcherCtor() 787 ArrayRef<ParserValue> Args, in constructMatcher() 795 ArrayRef<ParserValue> Args, in constructBoundMatcher()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | RegistryTest.cpp | 23 std::vector<ParserValue> Args() { return std::vector<ParserValue>(); } in Args() 24 std::vector<ParserValue> Args(const VariantValue &Arg1) { in Args() 25 std::vector<ParserValue> Out(1); in Args() 29 std::vector<ParserValue> Args(const VariantValue &Arg1, in Args() 31 std::vector<ParserValue> Out(2); in Args()
|
| H A D | ParserTest.cpp | 41 ArrayRef<ParserValue> Args, in buildMatcherCtor() 64 ArrayRef<ParserValue> Args, in actOnMatcherExpression() 77 std::vector<ParserValue> Args;
|