Home
last modified time | relevance | path

Searched refs:getComponent (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp448 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1267 const OffsetOfNode &ON = S->getComponent(i); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1247 OffsetOfNode ON = Node->getComponent(i); in VisitOffsetOfExpr()
H A DASTImporter.cpp7305 const OffsetOfNode &FromNode = E->getComponent(I); in VisitOffsetOfExpr()
H A DExprConstant.cpp13074 OffsetOfNode ON = OOE->getComponent(i); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp755 const OffsetOfNode &ON = E->getComponent(I); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2480 const OffsetOfNode &getComponent(unsigned Idx) const { in getComponent() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2827 OffsetOfNode ON = E->getComponent(i); in VisitOffsetOfExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10463 const OffsetOfNode &ON = E->getComponent(I); in TransformOffsetOfExpr()