Searched refs:GenericSelectionExpr (Results 1 - 19 of 19) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp1814 return cast<GenericSelectionExpr>(this)->getResultExpr()->
2169 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2198 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2238 } else if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2294 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2360 if (GenericSelectionExpr*
3427 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context, function in class:GenericSelectionExpr
3453 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context, function in class:GenericSelectionExpr
[all...]
H A DExprClassification.cpp268 if (cast<GenericSelectionExpr>(E)->isResultDependent())
270 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr());
H A DStmtProfile.cpp473 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) {
H A DExprConstant.cpp2385 RetTy VisitGenericSelectionExpr(const GenericSelectionExpr *E)
6504 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx);
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp76 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) {
91 return new (S.Context) GenericSelectionExpr(S.Context,
H A DSemaExceptionSpec.cpp1008 if (cast<GenericSelectionExpr>(E)->isResultDependent())
1010 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr());
H A DSemaExprObjC.cpp3077 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) {
3091 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(),
H A DSemaExpr.cpp1193 return Owned(new (Context) GenericSelectionExpr(
1249 return Owned(new (Context) GenericSelectionExpr(
H A DTreeTransform.h6134 TreeTransform<Derived>::TransformGenericSelectionExpr(GenericSelectionExpr *E) {
/external/clang/include/clang/AST/
H A DExpr.h4097 class GenericSelectionExpr : public Expr {
4105 GenericSelectionExpr(ASTContext &Context,
4114 GenericSelectionExpr(ASTContext &Context,
4121 explicit GenericSelectionExpr(EmptyShell Empty)
4174 static bool classof(const GenericSelectionExpr *) { return true; }
H A DRecursiveASTVisitor.h1988 // GenericSelectionExpr is a special case because the types and expressions
1993 TraverseGenericSelectionExpr(GenericSelectionExpr *S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp774 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) {
779 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs];
781 E->SubExprs[GenericSelectionExpr::CONTROLLING] = Reader.ReadSubExpr();
784 E->SubExprs[GenericSelectionExpr::END_EXPR+I] = Reader.ReadSubExpr();
1902 S = new (Context) GenericSelectionExpr(Empty);
H A DASTWriterStmt.cpp732 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) {
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp104 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
H A DCGExprAgg.cpp106 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
H A DCGExpr.cpp732 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr());
1587 if (const GenericSelectionExpr *Exp = dyn_cast<GenericSelectionExpr>(E)) {
H A DCGExprConstant.cpp641 llvm::Constant *VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
H A DCGExprScalar.cpp168 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h1907 // GenericSelectionExpr is a special case because the types and expressions
1912 TraverseGenericSelectionExpr(GenericSelectionExpr *S) {

Completed in 3572 milliseconds