Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMacroParenthesesCheck.h31 class MacroParenthesesCheck : public ClangTidyCheck {
33 MacroParenthesesCheck(StringRef Name, ClangTidyContext *Context) in MacroParenthesesCheck() function
DMacroParenthesesCheck.cpp21 MacroParenthesesPPCallbacks(Preprocessor *PP, MacroParenthesesCheck *Check) in MacroParenthesesPPCallbacks()
38 MacroParenthesesCheck *Check;
251 void MacroParenthesesCheck::registerPPCallbacks( in registerPPCallbacks()
DCMakeLists.txt25 MacroParenthesesCheck.cpp
DBugproneTidyModule.cpp110 CheckFactories.registerCheck<MacroParenthesesCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn35 "MacroParenthesesCheck.cpp",