Searched defs:CXXFunctionalCastExpr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 486 TEST(CXXFunctionalCastExpr, SourceRange) { in TEST() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1821 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 D | ASTMatchers.h | 4077 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
|