HomeSort by: relevance | last modified time | path
    Searched refs:BoundNodes (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 75 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
80 const BoundNodes Nodes;
148 /// Calls 'Action' with the BoundNodes on every match.
237 /// Collects the \c BoundNodes of all callback invocations when matching
250 SmallVector<BoundNodes, 1>
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node,
259 /// \p Context and collects the \c BoundNodes of all callback invocations.
261 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
275 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) {
276 for (const BoundNodes &N : Results)
    [all...]
ASTMatchersInternal.h 82 class BoundNodes;
218 /// Internal version of BoundNodes. Holds all the bound nodes.
285 /// A visitor interface to visit all BoundNodes results for a
294 virtual void visitMatch(const BoundNodes& BoundNodesView) = 0;
ASTMatchers.h 29 // be called with a BoundNodes instance that contains a mapping from the
105 /// The instances of BoundNodes are created by \c MatchFinder when the user's
107 class BoundNodes {
131 /// Create BoundNodes from a pre-filled map of bindings.
132 BoundNodes(internal::BoundNodesMap &MyBoundNodes)
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ExprMutationAnalyzer.h 53 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
54 const Stmt *findDeclMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
56 findExprPointeeMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
58 findDeclPointeeMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GCDAntipatternChecker.cpp 179 static void emitDiagnostics(const BoundNodes &Nodes,
213 for (BoundNodes Match : Matches)
218 for (BoundNodes Match : Matches)
RunLoopAutoreleaseLeakChecker.cpp 80 static void emitDiagnostics(BoundNodes &Match,
169 for (BoundNodes Match : Matches)
190 for (BoundNodes Match : Matches)
OSObjectCStyleCast.cpp 51 static void emitDiagnostics(const BoundNodes &Nodes,
115 for (BoundNodes Match : Matches)
ObjCAutoreleaseWriteChecker.cpp 109 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR,
228 for (BoundNodes Match : Matches)
PointerIterationChecker.cpp 35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D,
PointerSortingChecker.cpp 35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 74 for (BoundNodes Match : Matches) {
BugReporterVisitors.cpp 469 for (BoundNodes &Match : Matches) {
RegionStore.cpp 1089 for (BoundNodes &Match : Matches) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 130 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches,
229 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) {
234 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) {
239 ArrayRef<ast_matchers::BoundNodes> Matches) {
245 ArrayRef<ast_matchers::BoundNodes> Matches) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RewriteRule.cpp 181 ast_matchers::BoundNodes Nodes;
185 explicit BindingsMatcher(ast_matchers::BoundNodes Nodes,
228 forEachDescendantDynamically(ast_matchers::BoundNodes Nodes,
241 void registerMatchers(const ast_matchers::BoundNodes &Nodes,
318 const ast_matchers::BoundNodes::IDToNodeMap &NodesMap =
RangeSelector.cpp 54 static Expected<DynTypedNode> getNode(const ast_matchers::BoundNodes &Nodes,
Stencil.cpp 37 getNode(const ast_matchers::BoundNodes &Nodes, StringRef Id) {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 68 BoundNodesTreeBuilder BoundNodes;
73 return std::tie(Traversal, Type, MatcherID, Node, BoundNodes) <
75 Other.BoundNodes);
590 Key.BoundNodes = *Builder;
956 Keys.back().BoundNodes = *Builder;
1038 void visitMatch(const BoundNodes& BoundNodesView) override {
1324 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
ASTMatchersInternal.cpp 105 ResultVisitor->visitMatch(BoundNodes(Binding));

Completed in 67 milliseconds