Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp473 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp834 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr()
839 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
H A DASTReaderStmt.cpp743 assert(E->getNumComponents() == Record.peekInt()); in VisitOffsetOfExpr()
750 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1446 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1600 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
H A DASTImporter.cpp8335 for (int I = 0, N = E->getNumComponents(); I < N; ++I) { in VisitOffsetOfExpr()
H A DExprConstant.cpp15007 unsigned n = OOE->getNumComponents(); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2748 unsigned N = E->getNumComponents(); in InterpretOffsetOf()
H A DCompiler.cpp3288 unsigned N = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2580 unsigned getNumComponents() const { in getNumComponents() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3488 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13079 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in TransformOffsetOfExpr()