|
clang
3.8.0
|
#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/ASTMatchers/ASTMatchersInternal.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/ManagedStatic.h"Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::ast_matchers | |
| clang::ast_matchers::internal | |
Functions | |
| bool | clang::ast_matchers::internal::NotUnaryOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| bool | clang::ast_matchers::internal::AllOfVariadicOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| bool | clang::ast_matchers::internal::EachOfVariadicOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| bool | clang::ast_matchers::internal::AnyOfVariadicOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| const std::string ID |
Definition at line 88 of file ASTMatchersInternal.cpp.
| const IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher |
Definition at line 89 of file ASTMatchersInternal.cpp.
Referenced by clang::ast_matchers::AST_MATCHER_FUNCTION_P_OVERLOAD(), clang::ast_matchers::AST_MATCHER_P(), clang::ast_matchers::AST_MATCHER_P2(), clang::ast_matchers::AST_MATCHER_P_OVERLOAD(), clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P(), clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2(), clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD(), and clang::ast_matchers::hasDeclaration().
| std::vector<DynTypedMatcher> InnerMatchers |
Definition at line 70 of file ASTMatchersInternal.cpp.
1.8.6