Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1103 Record.push_back(D.getFirstExprIndex()); in VisitDesignatedInitExpr()
1109 Record.push_back(D.getFirstExprIndex()); in VisitDesignatedInitExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp1504 ID.AddInteger(D.getFirstExprIndex()); in VisitDesignatedInitExpr()
H A DASTImporter.cpp994 return Designator(D.getFirstExprIndex(), in import()
1003 D.getFirstExprIndex(), *ToLBracketLocOrErr, *ToEllipsisLocOrErr, in import()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h5202 unsigned getFirstExprIndex() const { in getFirstExprIndex() function