Searched defs:CompoundLiteralExpr (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 36 class CompoundLiteralExpr; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 32 class CompoundLiteralExpr; variable
|
H A D | Expr.h | 3430 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, CompoundLiteralExpr() function 3438 explicit CompoundLiteralExpr(EmptyShell Empty) CompoundLiteralExpr() function
|
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 366 TEST(CompoundLiteralExpr, CompoundVectorLiteralRange) { in TEST() argument 374 TEST(CompoundLiteralExpr, ParensCompoundVectorLiteralRange) { in TEST() argument
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4079 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
|