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.cpp468 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp818 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr()
823 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/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1460 unsigned N = E->getNumComponents(); in InterpretOffsetOf()
H A DCompiler.cpp2637 unsigned N = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1405 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1462 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
H A DASTImporter.cpp7987 for (int I = 0, N = E->getNumComponents(); I < N; ++I) { in VisitOffsetOfExpr()
H A DExprConstant.cpp14131 unsigned n = OOE->getNumComponents(); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2532 unsigned getNumComponents() const { in getNumComponents() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3232 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11955 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in TransformOffsetOfExpr()