Home
last modified time | relevance | path

Searched defs:PrimType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPrimType.h27 enum PrimType : unsigned { enum
H A DFunction.cpp19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
H A DByteCodeExprGen.cpp97 [](PrimType) { in VisitCastExpr() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp479 for (const auto &PrimType : HungarainNotationPrimitiveTypes) { in loadFileConfig() local