Home
last modified time | relevance | path

Searched refs:getNumComponents (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h73 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp468 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp862 unsigned N = E->getNumComponents(); in InterpretOffsetOf()
H A DByteCodeExprGen.cpp1799 unsigned N = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp820 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr()
825 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
H A DASTReaderStmt.cpp735 assert(E->getNumComponents() == Record.peekInt()); in VisitOffsetOfExpr()
742 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1394 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1416 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
H A DASTImporter.cpp7885 for (int I = 0, N = E->getNumComponents(); I < N; ++I) { in VisitOffsetOfExpr()
H A DExprConstant.cpp13758 unsigned n = OOE->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2498 unsigned getNumComponents() const { in getNumComponents() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2958 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11108 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in TransformOffsetOfExpr()