Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp486 TEST(CXXFunctionalCastExpr, SourceRange) { in TEST() argument
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1821 CXXFunctionalCastExpr(QualType ty, ExprValueKind VK, in CXXFunctionalCastExpr() function
1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4077 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