Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DReservedIdentifierCheck.cpp47 AllowedIdentifiers(utils::options::parseStringList( in ReservedIdentifierCheck()
54 utils::options::serializeStringList(AllowedIdentifiers)); in storeOptions()
112 ArrayRef<std::string> AllowedIdentifiers) { in getFailureInfoImpl() argument
114 if (llvm::is_contained(AllowedIdentifiers, Name)) in getFailureInfoImpl()
162 getLangOpts(), Invert, AllowedIdentifiers); in GetDeclFailureInfo()
169 getLangOpts(), Invert, AllowedIdentifiers); in GetMacroFailureInfo()
DReservedIdentifierCheck.h35 const std::vector<std::string> AllowedIdentifiers; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-reserved-identifier.rst54 .. option:: AllowedIdentifiers