Home | History | Annotate | Download | only in Tooling

Lines Matching refs:Match

19     Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
27 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
35 Match(Variable->getNameAsString(), Variable->getLocStart());
44 Match(Call->getMethodDecl()->getQualifiedNameAsString(),
59 Match(OS.str(), Decl->getLocation());
70 Match(getOperatorSpelling(CE->getOperator()), CE->getExprLoc());
79 Match("", Parens->getExprLoc());
88 Match("", Lambda->getIntroducerRange().getBegin());
117 Match(Stream.str(), ArgLoc.getLocation());
128 Match("true", BE->getLocation());
130 Match("false", BE->getLocation());
399 Match(Class->getName(), Ctor->getLocation());
420 /// The name recorded for the match is the name of the class whose constructor
437 Match(Class->getName(), Expr->getLocation());