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

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 689 AST_MATCHER(FieldDecl, isBitField) {
734 AST_MATCHER(FunctionDecl, isMain) {
757 AST_MATCHER(Decl, isImplicit) {
1015 AST_MATCHER(Expr, isInstantiationDependent) {
1031 AST_MATCHER(Expr, isTypeDependent) { return Node.isTypeDependent(); }
1042 AST_MATCHER(Expr, isValueDependent) { return Node.isValueDependent(); }
1177 AST_MATCHER(TemplateArgument, isIntegral) {
1482 AST_MATCHER(CallExpr, usesADL) { return Node.usesADL(); }
3353 AST_MATCHER(CXXRecordDecl, isLambda) {
3630 AST_MATCHER(ObjCMethodDecl, isClassMethod)
    [all...]
ASTMatchersMacros.h 15 // Note that when you define a matcher with an AST_MATCHER* macro, only the
83 /// AST_MATCHER(Type, DefineMatcher) { ... }
94 #define AST_MATCHER(Type, DefineMatcher) \
228 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 94 AST_MATCHER(CXXTypeidExpr, isPotentiallyEvaluated) {

Completed in 18 milliseconds