Home
last modified time | relevance | path

Searched defs:CastKind (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DOperationKinds.h20 enum CastKind { enum
/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h
/llvm-project/mlir/lib/Transforms/Utils/
H A DOneToNTypeConversion.cpp84 enum class CastKind { global() enum
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6085 AST_MATCHER_P(CastExpr,hasCastKind,CastKind,Kind) AST_MATCHER_P() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2010 const std::string_view CastKind; global() variable
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h2011 const std::string_view CastKind; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7811 CastKind CastKind; Perform() local
H A DSemaExprCXX.cpp4221 CastKind CastKind; PerformImplicitConversion() local
[all...]
H A DSemaExpr.cpp20547 checkUnknownAnyCast(SourceRange TypeRange,QualType CastType,Expr * CastExpr,CastKind & CastKind,ExprValueKind & VK,CXXCastPath & Path) checkUnknownAnyCast() argument
[all...]
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4750 CastKind CastKind = IC->getCastKind(); RewriteImplicitCastObjCExpr() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12046 auto CastKind = Cast->getCastKind(); ignorePointerCastsAndParens() local