Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp452 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp1342 const OffsetOfNode &ON = S->getComponent(i); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1397 OffsetOfNode ON = Node->getComponent(i); in VisitOffsetOfExpr()
H A DASTImporter.cpp7435 const OffsetOfNode &FromNode = E->getComponent(I); in VisitOffsetOfExpr()
H A DExprConstant.cpp13302 OffsetOfNode ON = OOE->getComponent(i); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp753 const OffsetOfNode &ON = E->getComponent(I); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2493 const OffsetOfNode &getComponent(unsigned Idx) const { in getComponent() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2890 OffsetOfNode ON = E->getComponent(i); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2912 const OffsetOfNode &Node = E->getComponent(I - 1); in VisitOffsetOfExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h10726 const OffsetOfNode &ON = E->getComponent(I); in TransformOffsetOfExpr()