Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.h20 enum CastKind { enum
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5810 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1871 const StringView CastKind; variable
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h1871 const StringView CastKind; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4753 CastKind CastKind = IC->getCastKind(); in RewriteImplicitCastObjCExpr() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp4184 CastKind CastKind; in PerformImplicitConversion() local
H A DSemaInit.cpp8707 CastKind CastKind; in Perform() local
H A DSemaExpr.cpp20866 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast() argument
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp11541 auto CastKind = Cast->getCastKind(); in ignorePointerCastsAndParens() local