Searched refs:notInMacro (Results 1 – 1 of 1) sorted by relevance
33 AST_MATCHER(NamedDecl, notInMacro) { return !Node.getLocation().isMacroID(); } in AST_MATCHER() argument523 notInMacro(), in registerMatchers()549 notInMacro()) in registerMatchers()586 namedDecl(notInMacro(), anyOf(functionDecl(IsOldCCHelper), in registerMatchers()589 cxxRecordDecl(notInMacro(), NotInMovedClass, InAnonymousNS); in registerMatchers()