Home
last modified time | relevance | path

Searched defs:ExplicitCastExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h34 class ExplicitCastExpr; variable
H A DExpr.h3741 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, ExplicitCastExpr() function
3750 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, ExplicitCastExpr() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4079 AST_POLYMORPHIC_MATCHER_P(hasTypeLoc,AST_POLYMORPHIC_SUPPORTED_TYPES (BlockDecl,CXXBaseSpecifier,CXXCtorInitializer,CXXFunctionalCastExpr,CXXNewExpr,CXXTemporaryObjectExpr,CXXUnresolvedConstructExpr,CompoundLiteralExpr,DeclaratorDecl,ExplicitCastExpr,ObjCPropertyDecl,TemplateArgumentLoc,TypedefNameDecl),internal::Matcher<TypeLoc>,Inner) AST_POLYMORPHIC_MATCHER_P() argument
6093 AST_MATCHER_P(ExplicitCastExpr,hasDestinationType,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument