Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp469 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1466 const OffsetOfNode &Node = E->getComponent(I); in InterpretOffsetOf()
H A DCompiler.cpp2642 const OffsetOfNode &Node = E->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1407 const OffsetOfNode &ON = S->getComponent(i); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1463 OffsetOfNode ON = Node->getComponent(i); in VisitOffsetOfExpr()
H A DASTImporter.cpp7988 const OffsetOfNode &FromNode = E->getComponent(I); in VisitOffsetOfExpr()
H A DExprConstant.cpp14136 OffsetOfNode ON = OOE->getComponent(i); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp824 const OffsetOfNode &ON = E->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2522 const OffsetOfNode &getComponent(unsigned Idx) const { in getComponent() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3237 OffsetOfNode ON = E->getComponent(i); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11956 const OffsetOfNode &ON = E->getComponent(I); in TransformOffsetOfExpr()