Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp449 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp581 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr()
586 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
H A DASTReaderStmt.cpp663 assert(E->getNumComponents() == Record.peekInt()); in VisitOffsetOfExpr()
670 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp1073 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1200 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
H A DASTImporter.cpp6660 for (int I = 0, N = E->getNumComponents(); I < N; ++I) { in VisitOffsetOfExpr()
H A DExprConstant.cpp9593 unsigned n = OOE->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2176 unsigned getNumComponents() const { in getNumComponents() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2612 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h9159 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in TransformOffsetOfExpr()