Home
last modified time | relevance | path

Searched refs:GenericSelectionExpr (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td190 class GenericSelectionExpr {
192 for (const GenericSelectionExpr::ConstAssociation Assoc : S->associations()) {
H A DComputeDependence.h88 class GenericSelectionExpr; variable
177 ExprDependence computeDependence(GenericSelectionExpr *E,
H A DEvaluatedExprVisitor.h65 void VisitGenericSelectionExpr(PTR(GenericSelectionExpr) E) { in VisitGenericSelectionExpr()
H A DTextNodeDumper.h190 void Visit(const GenericSelectionExpr::ConstAssociation &A);
263 void VisitGenericSelectionExpr(const GenericSelectionExpr *E);
H A DASTNodeTraverser.h145 if (isa<DeclStmt>(S) || isa<GenericSelectionExpr>(S) ||
224 void Visit(const GenericSelectionExpr::ConstAssociation &A) { in Visit()
707 void VisitGenericSelectionExpr(const GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
H A DIgnoreExpr.h158 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep()
H A DJSONNodeDumper.h207 void Visit(const GenericSelectionExpr::ConstAssociation &A);
288 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
H A DExpr.h5616 class GenericSelectionExpr final
5618 private llvm::TrailingObjects<GenericSelectionExpr, Stmt *,
5660 friend class GenericSelectionExpr; variable
5690 friend class GenericSelectionExpr; variable
5734 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
5743 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
5751 explicit GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs);
5755 static GenericSelectionExpr *
5763 static GenericSelectionExpr *
5770 static GenericSelectionExpr *CreateEmpty(const ASTContext &Context,
H A DRecursiveASTVisitor.h2438 DEF_TRAVERSE_STMT(GenericSelectionExpr, {
2440 for (const GenericSelectionExpr::Association Assoc : S->associations()) {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4190 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4215 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4238 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr() function in GenericSelectionExpr
4241 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4249 alignof(GenericSelectionExpr)); in Create()
4250 return new (Mem) GenericSelectionExpr( in Create()
4255 GenericSelectionExpr *GenericSelectionExpr::Create( in Create()
4263 alignof(GenericSelectionExpr)); in Create()
4264 return new (Mem) GenericSelectionExpr( in Create()
4269 GenericSelectionExpr *
[all …]
H A DExprClassification.cpp307 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in ClassifyInternal()
309 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr()); in ClassifyInternal()
H A DJSONNodeDumper.cpp183 void JSONNodeDumper::Visit(const GenericSelectionExpr::ConstAssociation &A) { in Visit()
1344 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr()
H A DASTStructuralEquivalence.cpp237 bool IsStmtEquivalent(const GenericSelectionExpr *E1, in IsStmtEquivalent()
238 const GenericSelectionExpr *E2) { in IsStmtEquivalent()
H A DStmtProfile.cpp1467 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) { in VisitGenericSelectionExpr()
1469 for (const GenericSelectionExpr::ConstAssociation Assoc : in VisitGenericSelectionExpr()
H A DTextNodeDumper.cpp346 void TextNodeDumper::Visit(const GenericSelectionExpr::ConstAssociation &A) { in Visit()
1105 void TextNodeDumper::VisitGenericSelectionExpr(const GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
H A DComputeDependence.cpp624 ExprDependence clang::computeDependence(GenericSelectionExpr *E, in computeDependence()
H A DStmtPrinter.cpp1299 void StmtPrinter::VisitGenericSelectionExpr(GenericSelectionExpr *Node) { in VisitGenericSelectionExpr()
1302 for (const GenericSelectionExpr::Association Assoc : Node->associations()) { in VisitGenericSelectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp136 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild()
146 for (const GenericSelectionExpr::Association assoc : in rebuild()
155 return GenericSelectionExpr::Create( in rebuild()
H A DSemaExceptionSpec.cpp1337 if (cast<GenericSelectionExpr>(S)->isResultDependent()) in canThrow()
1339 return canThrow(cast<GenericSelectionExpr>(S)->getResultExpr()); in canThrow()
H A DSemaExprObjC.cpp4558 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in stripARCUnbridgedCast()
4566 for (const GenericSelectionExpr::Association assoc : gse->associations()) { in stripARCUnbridgedCast()
4574 return GenericSelectionExpr::Create( in stripARCUnbridgedCast()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td99 def GenericSelectionExpr : StmtNode<Expr>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp98 AST_MATCHER_P(GenericSelectionExpr, hasControllingExpr, in AST_MATCHER_P() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp928 const internal::VariadicDynCastAllOfMatcher<Stmt, GenericSelectionExpr>
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp112 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1361 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
3039 S = GenericSelectionExpr::CreateEmpty( in ReadStmtFromStream()

12