|
clang
5.0.0
|
Classes | |
| class | CollectMatchesCallback |
Functions | |
| bool | NotUnaryOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| bool | AllOfVariadicOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| bool | EachOfVariadicOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| bool | AnyOfVariadicOperator (const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef< DynTypedMatcher > InnerMatchers) |
| Matcher< NamedDecl > | hasAnyNameFunc (ArrayRef< const StringRef * > NameRefs) |
| Names (std::move(N)) | |
| bool clang::ast_matchers::internal::AllOfVariadicOperator | ( | const ast_type_traits::DynTypedNode & | DynNode, |
| ASTMatchFinder * | Finder, | ||
| BoundNodesTreeBuilder * | Builder, | ||
| ArrayRef< DynTypedMatcher > | InnerMatchers | ||
| ) |
Definition at line 253 of file ASTMatchersInternal.cpp.
| bool clang::ast_matchers::internal::AnyOfVariadicOperator | ( | const ast_type_traits::DynTypedNode & | DynNode, |
| ASTMatchFinder * | Finder, | ||
| BoundNodesTreeBuilder * | Builder, | ||
| ArrayRef< DynTypedMatcher > | InnerMatchers | ||
| ) |
Definition at line 284 of file ASTMatchersInternal.cpp.
References Builder.
| bool clang::ast_matchers::internal::EachOfVariadicOperator | ( | const ast_type_traits::DynTypedNode & | DynNode, |
| ASTMatchFinder * | Finder, | ||
| BoundNodesTreeBuilder * | Builder, | ||
| ArrayRef< DynTypedMatcher > | InnerMatchers | ||
| ) |
Definition at line 267 of file ASTMatchersInternal.cpp.
| Matcher<NamedDecl> clang::ast_matchers::internal::hasAnyNameFunc | ( | ArrayRef< const StringRef * > | NameRefs | ) |
Definition at line 298 of file ASTMatchersInternal.cpp.
| clang::ast_matchers::internal::Names | ( | std:: | moveN | ) |
Definition at line 310 of file ASTMatchersInternal.cpp.
References Name.
Referenced by clang::Sema::DiagnoseUnexpandedParameterPacks(), clang::Module::getFullModuleName(), clang::TargetInfo::getNormalizedGCCRegisterName(), clang::NSAPI::getNSNumberLiteralSelector(), hasAnyNameFunc(), clang::ast_matchers::hasName(), clang::TargetInfo::isValidGCCRegisterName(), and clang::ASTNodeImporter::VisitGCCAsmStmt().
| bool clang::ast_matchers::internal::NotUnaryOperator | ( | const ast_type_traits::DynTypedNode & | DynNode, |
| ASTMatchFinder * | Finder, | ||
| BoundNodesTreeBuilder * | Builder, | ||
| ArrayRef< DynTypedMatcher > | InnerMatchers | ||
| ) |
Definition at line 233 of file ASTMatchersInternal.cpp.
1.8.6