Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h4571 unsigned getResultIndex() const { in getResultIndex() function
4578 const Expr *getResultExpr() const { return getAssocExpr(getResultIndex()); } in getResultExpr()
4579 Expr *getResultExpr() { return getAssocExpr(getResultIndex()); } in getResultExpr()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp140 unsigned resultIndex = gse->getResultIndex(); in rebuild()
DSemaExprObjC.cpp4129 if (i == gse->getResultIndex()) in stripARCUnbridgedCast()
4140 gse->getResultIndex()); in stripARCUnbridgedCast()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp865 Record.push_back(E->isResultDependent() ? -1U : E->getResultIndex()); in VisitGenericSelectionExpr()