Home
last modified time | relevance | path

Searched refs:notInMacro (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp33 AST_MATCHER(NamedDecl, notInMacro) { return !Node.getLocation().isMacroID(); } in AST_MATCHER() argument
523 notInMacro(), in registerMatchers()
549 notInMacro()) in registerMatchers()
586 namedDecl(notInMacro(), anyOf(functionDecl(IsOldCCHelper), in registerMatchers()
589 cxxRecordDecl(notInMacro(), NotInMovedClass, InAnonymousNS); in registerMatchers()