Searched defs:CompoundLiteralExpr (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 36 class CompoundLiteralExpr; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 32 class CompoundLiteralExpr; variable
|
H A D | Expr.h | 3408 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, CompoundLiteralExpr() function 3416 explicit CompoundLiteralExpr(EmptyShell Empty) CompoundLiteralExpr() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4078 AST_POLYMORPHIC_MATCHER_P(hasTypeLoc,AST_POLYMORPHIC_SUPPORTED_TYPES (BlockDecl,CXXBaseSpecifier,CXXCtorInitializer,CXXFunctionalCastExpr,CXXNewExpr,CXXTemporaryObjectExpr,CXXUnresolvedConstructExpr,ClassTemplateSpecializationDecl,CompoundLiteralExpr,DeclaratorDecl,ExplicitCastExpr,ObjCPropertyDecl,TemplateArgumentLoc,TypedefNameDecl),internal::Matcher<TypeLoc>,Inner) AST_POLYMORPHIC_MATCHER_P() argument
|