Searched refs:MacroParenthesesCheck (Results 1 – 5 of 5) sorted by relevance
31 class MacroParenthesesCheck : public ClangTidyCheck {33 MacroParenthesesCheck(StringRef Name, ClangTidyContext *Context) in MacroParenthesesCheck() function
21 MacroParenthesesPPCallbacks(Preprocessor *PP, MacroParenthesesCheck *Check) in MacroParenthesesPPCallbacks()38 MacroParenthesesCheck *Check;251 void MacroParenthesesCheck::registerPPCallbacks( in registerPPCallbacks()
25 MacroParenthesesCheck.cpp
110 CheckFactories.registerCheck<MacroParenthesesCheck>( in addCheckFactories()
35 "MacroParenthesesCheck.cpp",