reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
   63     Match(Path, D->getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTestDeclVisitor.cpp
   18    Match(Variable->getNameAsString(), Variable->getBeginLoc());
   38     Match(ParamVar->getNameAsString(), ParamVar->getBeginLoc());
   70     Match(OS.str(), Decl->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTestTypeLocVisitor.cpp
   18     Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/Attr.cpp
   20     Match(ME->getMemberDecl()->getNameAsString(), ME->getBeginLoc());
   24     Match("Attr", A->getLocation());
   28     Match("guarded_by", A->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXBoolLiteralExpr.cpp
   20       Match("true", BE->getLocation());
   22       Match("false", BE->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMemberCall.cpp
   19     Match(Call->getMethodDecl()->getQualifiedNameAsString(),
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMethodDecl.cpp
   25     Match("declref", D->getLocation());
   29     Match("parm", P->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXOperatorCallExprTraverser.cpp
   21     Match(getOperatorSpelling(CE->getOperator()), CE->getExprLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/ConstructExpr.cpp
   35         Match(Class->getName(), Expr->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/DeclRefExpr.cpp
   26     Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/ImplicitCtor.cpp
   24         Match(Class->getName(), Ctor->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/ImplicitCtorInitializer.cpp
   26     Match("initializer", Init->getSourceLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPostOrder.cpp
   21     Match(ILE->isSemanticForm() ? "semantic" : "syntactic", ILE->getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPostOrderNoQueue.cpp
   25     Match(ILE->isSemanticForm() ? "semantic" : "syntactic", ILE->getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPreOrder.cpp
   26     Match(ILE->isSemanticForm() ? "semantic" : "syntactic", ILE->getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPreOrderNoQueue.cpp
   23     Match(ILE->isSemanticForm() ? "semantic" : "syntactic", ILE->getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/IntegerLiteral.cpp
   20     Match("literal", IL->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaDefaultCapture.cpp
   21       Match("", Lambda->getCaptureDefaultLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp
   21     Match("", Lambda->getIntroducerRange().getBegin());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaTemplateParams.cpp
   24     Match(D->getName(), D->getBeginLoc());
   30     Match(D->getName(), D->getBeginLoc());
   36     Match(D->getName(), D->getBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/NestedNameSpecifiers.cpp
   22     Match(RTL.getDecl()->getName(), RTL.getNameLoc());
   31       Match(ND->getName(), NNS.getLocalBeginLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/ParenExpr.cpp
   18     Match("", Parens->getExprLoc());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/TemplateArgumentLocTraverser.cpp
   24     Match(Stream.str(), ArgLoc.getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/TraversalScope.cpp
   21       Match(D->getName(), D->getLocation());