/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | StringIntegerAssignmentCheck.cpp | 45 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 D | UseToStringCheck.cpp | 40 auto CharType = in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | StringFindStrContainsCheck.cpp | 48 auto CharType = hasUnqualifiedDesugaredType(isCharType()); in makeRewriteRule() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FuzzyMatch.h | 41 enum CharType : unsigned char { enum
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | FuzzySymbolIndex.cpp | 53 enum CharType { UPPER, LOWER, DIGIT, MISC }; enum
|
/llvm-project/flang/runtime/ |
H A D | format.h | 93 using CharType = char; // formats are always default kind CHARACTER variable
|
H A D | descriptor-io.h | 461 using CharType = global() variable
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Format.cpp | 27 using CharType = char; typedef in TestFormatContext
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseAutoCheck.cpp | 31 enum CharType { Space, Alpha, Punctuation }; in getTypeNameLength() enum
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp |
|
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics.cpp | 65 static constexpr CategorySet CharType{TypeCategory::Character}; global() variable [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1790 TypeIndex CharType = TypeIndex(SimpleTypeKind::NarrowCharacter); lowerTypeString() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 9567 QualType CharType = AT->getElementType(); CheckC23ConstexprInitStringLiteral() local
|
H A D | SemaExpr.cpp | 10775 const QualType CharType = CharExpr->getType(); diagnoseStringPlusChar() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3464 QualType CharType = CAT->getElementType(); extractStringLiteralCharacter() local 3483 QualType CharType = CAT->getElementType(); expandStringLiteral() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 12771 Type *CharType = Type::getInt8Ty(I->getContext()); manifest() local
|