Home
last modified time | relevance | path

Searched refs:getNumAssocs (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtDataCollectors.td192 for (unsigned i = 0; i < S->getNumAssocs(); ++i) {
H A DRecursiveASTVisitor.h2304 for (unsigned i = 0; i != S->getNumAssocs(); ++i) {
H A DExpr.h5042 unsigned getNumAssocs() const { return NumAssocs; } in getNumAssocs() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp972 Record.push_back(E->getNumAssocs()); in VisitGenericSelectionExpr()
975 for (unsigned I = 0, N = E->getNumAssocs(); I != N; ++I) { in VisitGenericSelectionExpr()
H A DASTReaderStmt.cpp1032 for (unsigned I = 0, N = E->getNumAssocs(); I != N; ++I) { in VisitGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1485 for (unsigned I = 0, N = E->getNumAssocs(); I != N; ++I) { in VisitGenericSelectionExpr()
H A DStmtProfile.cpp1263 for (unsigned i = 0; i != S->getNumAssocs(); ++i) { in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1265 for (unsigned i = 0; i != Node->getNumAssocs(); ++i) { in VisitGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp142 unsigned numAssocs = gse->getNumAssocs(); in rebuild()
H A DSemaExprObjC.cpp4335 unsigned n = gse->getNumAssocs(); in stripARCUnbridgedCast()
H A DTreeTransform.h9072 for (unsigned i = 0; i != E->getNumAssocs(); ++i) { in TransformGenericSelectionExpr()