clang  3.7.0
Namespaces | Functions
ASTMatchersInternal.cpp File Reference
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchersInternal.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/ManagedStatic.h"
Include dependency graph for ASTMatchersInternal.cpp:

Go to the source code of this file.

Namespaces

 clang
 
 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)
 

Variable Documentation

const std::string ID

Definition at line 88 of file ASTMatchersInternal.cpp.

const IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher
std::vector<DynTypedMatcher> InnerMatchers

Definition at line 70 of file ASTMatchersInternal.cpp.