Home
last modified time | relevance | path

Searched refs:UserDefinedType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation2/
H A D.clang-tidy217 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.BOOL
221 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.BYTE
223 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.CHAR
225 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.UCHAR
227 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.SHORT
231 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.WORD
233 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.DWORD
239 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.LONG
251 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.INT
253 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.INT8
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DDontModifyStdNamespaceCheck.cpp49 auto UserDefinedType = qualType( in registerMatchers() local
54 hasAnyTemplateArgumentIncludingPack(refersToType(UserDefinedType))); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp232 QualType UserDefinedType; member
237 QualType UserDefinedType; member
288 EmplaceIfDifferent(UDConvCtor.UserDefinedType); in getInvolvedTypesInSequence()
291 EmplaceIfDifferent(UDConvOp.UserDefinedType); in getInvolvedTypesInSequence()
345 return UDConvCtor.UserDefinedType; in getTypeAfterUserDefinedConversion()
1233 ConvOp.UserDefinedType = RecordType; in tryConversionOperators()
1281 Ctor.UserDefinedType = RecordType; in tryConvertingConstructors()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h65 llvm::StringMap<std::string> UserDefinedType; member
H A DIdentifierNamingCheck.cpp497 HNOption.UserDefinedType[Type] = Val.str(); in loadFileConfig()
533 HNOption.UserDefinedType}; in removeDuplicatedPrefix()
622 for (const auto &Type : HNOption.UserDefinedType) { in getDataTypePrefix()
799 HNOption.UserDefinedType.try_emplace(UDT.first, UDT.second); in loadDefaultConfig()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-naming.rst2574 **HungarianNotation.UserDefinedType.***
2593 - :option:`HungarianNotation.UserDefinedType.*`
2705 .. option:: HungarianNotation.UserDefinedType.*