Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp447 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp749 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr()
754 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
H A DASTReaderStmt.cpp733 assert(E->getNumComponents() == Record.peekInt()); in VisitOffsetOfExpr()
740 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1265 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1246 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
H A DASTImporter.cpp7304 for (int I = 0, N = E->getNumComponents(); I < N; ++I) { in VisitOffsetOfExpr()
H A DExprConstant.cpp13069 unsigned n = OOE->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2490 unsigned getNumComponents() const { in getNumComponents() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2822 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10462 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in TransformOffsetOfExpr()