Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h73 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit.cpp64 bool getNumComponents() const; // expected-note{{declared here}}
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp451 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp747 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr()
752 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
H A DASTReaderStmt.cpp718 assert(E->getNumComponents() == Record.peekInt()); in VisitOffsetOfExpr()
725 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp1340 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1396 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
H A DASTImporter.cpp7434 for (int I = 0, N = E->getNumComponents(); I < N; ++I) { in VisitOffsetOfExpr()
H A DExprConstant.cpp13297 unsigned n = OOE->getNumComponents(); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2503 unsigned getNumComponents() const { in getNumComponents() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2885 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2911 for (unsigned N = E->getNumComponents(), I = N; I > 0; --I) { in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h10725 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in TransformOffsetOfExpr()