Home
last modified time | relevance | path

Searched refs:getResultIndex (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h4279 unsigned getResultIndex() const { in getResultIndex() function
4286 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()
4287 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp80 unsigned resultIndex = gse->getResultIndex(); in rebuild()
DSemaExprObjC.cpp3187 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()
3198 gse->getResultIndex()); in stripARCUnbridgedCast()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp743 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()