/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseEqualsDeleteCheck.cpp | 24 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 60 if (Func->getLocation().isMacroID() && IgnoreMacros) in check() 71 if (Func->getLocation().isMacroID() && IgnoreMacros) in check()
|
D | UseBoolLiteralsCheck.cpp | 23 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in UseBoolLiteralsCheck() 26 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 65 if (InMacro && IgnoreMacros) in check()
|
D | UseUsingCheck.cpp | 21 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in UseUsingCheck() 24 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 50 if (StartLoc.isMacroID() && IgnoreMacros) in check()
|
D | UseEqualsDeleteCheck.h | 41 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in UseEqualsDeleteCheck() 50 const bool IgnoreMacros;
|
D | MakeSmartPtrCheck.cpp | 53 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)), in MakeSmartPtrCheck() 61 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 154 if (InMacro && IgnoreMacros) { in checkConstruct() 225 if (InMacro && IgnoreMacros) { in checkReset()
|
D | UseEqualsDefaultCheck.cpp | 216 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in UseEqualsDefaultCheck() 219 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 259 if (IgnoreMacros && SpecialFunctionDecl->getLocation().isMacroID()) in check()
|
D | UseDefaultMemberInitCheck.cpp | 190 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in UseDefaultMemberInitCheck() 195 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 256 if (StartLoc.isMacroID() && IgnoreMacros) in checkDefaultInit()
|
D | UseBoolLiteralsCheck.h | 33 const bool IgnoreMacros;
|
D | UseEqualsDefaultCheck.h | 48 const bool IgnoreMacros;
|
D | UseUsingCheck.h | 24 const bool IgnoreMacros; variable
|
D | UseDefaultMemberInitCheck.h | 41 const bool IgnoreMacros; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | RedundantDeclarationCheck.cpp | 27 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in RedundantDeclarationCheck() 31 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 54 if (IgnoreMacros && in check()
|
D | RedundantSmartptrGetCheck.h | 31 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in RedundantSmartptrGetCheck() 40 const bool IgnoreMacros;
|
D | InconsistentDeclarationParameterNameCheck.h | 30 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)), in InconsistentDeclarationParameterNameCheck() 41 const bool IgnoreMacros; variable
|
D | UppercaseLiteralSuffixCheck.cpp | 186 IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)) {} in UppercaseLiteralSuffixCheck() 192 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 220 if (Details->LiteralLocation.getBegin().isMacroID() && IgnoreMacros) in checkBoundMatch()
|
D | RedundantSmartptrGetCheck.cpp | 98 Options.store(Opts, "IgnoreMacros", IgnoreMacros); in storeOptions() 131 if (GetCall->getBeginLoc().isMacroID() && IgnoreMacros) in check()
|
D | RedundantDeclarationCheck.h | 30 const bool IgnoreMacros;
|
D | UppercaseLiteralSuffixCheck.h | 37 const bool IgnoreMacros; variable
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/44/ |
D | .clang-tidy | 8 - key: IgnoreMacros
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/ |
D | .clang-tidy | 7 - key: modernize-use-using.IgnoreMacros
|
/external/jsoncpp/ |
D | .clang-tidy | 8 - key: modernize-use-using.IgnoreMacros
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-redundant-smartptr-get.rst | 18 .. option:: IgnoreMacros
|
D | modernize-use-bool-literals.rst | 25 .. option:: IgnoreMacros
|
D | modernize-use-equals-delete.rst | 27 .. option:: IgnoreMacros
|
D | modernize-use-using.rst | 36 .. option:: IgnoreMacros
|