Home
last modified time | relevance | path

Searched defs:CharType (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStringIntegerAssignmentCheck.cpp45 CharExpressionDetector(QualType CharType, const ASTContext &Ctx) in CharExpressionDetector()
123 const QualType CharType; member in clang::tidy::bugprone::CharExpressionDetector
130 const auto CharType = in check() local
/llvm-project/clang-tools-extra/clang-tidy/boost/
H A DUseToStringCheck.cpp40 auto CharType = in check() local
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DStringFindStrContainsCheck.cpp48 auto CharType = hasUnqualifiedDesugaredType(isCharType()); in makeRewriteRule() local
/llvm-project/clang-tools-extra/clangd/
H A DFuzzyMatch.h41 enum CharType : unsigned char { enum
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DFuzzySymbolIndex.cpp53 enum CharType { UPPER, LOWER, DIGIT, MISC }; enum
/llvm-project/flang/runtime/
H A Dformat.h93 using CharType = char; // formats are always default kind CHARACTER variable
H A Ddescriptor-io.h461 using CharType = global() variable
/llvm-project/flang/unittests/Runtime/
H A DFormat.cpp27 using CharType = char; typedef in TestFormatContext
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp31 enum CharType { Space, Alpha, Punctuation }; in getTypeNameLength() enum
/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp65 static constexpr CategorySet CharType{TypeCategory::Character}; global() variable
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1790 TypeIndex CharType = TypeIndex(SimpleTypeKind::NarrowCharacter); lowerTypeString() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9567 QualType CharType = AT->getElementType(); CheckC23ConstexprInitStringLiteral() local
H A DSemaExpr.cpp10775 const QualType CharType = CharExpr->getType(); diagnoseStringPlusChar() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3464 QualType CharType = CAT->getElementType(); extractStringLiteralCharacter() local
3483 QualType CharType = CAT->getElementType(); expandStringLiteral() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12771 Type *CharType = Type::getInt8Ty(I->getContext()); manifest() local