Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp47 AllowedIdentifiers(utils::options::parseStringList( in ReservedIdentifierCheck()
54 utils::options::serializeStringList(AllowedIdentifiers)); in storeOptions()
112 ArrayRef<StringRef> 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()
H A DReservedIdentifierCheck.h35 const std::vector<StringRef> AllowedIdentifiers; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dreserved-identifier.rst54 .. option:: AllowedIdentifiers