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.cpp474 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1448 const OffsetOfNode &ON = S->getComponent(i); in VisitOffsetOfExpr()
H A DStmtPrinter.cpp1601 OffsetOfNode ON = Node->getComponent(i); in VisitOffsetOfExpr()
H A DASTImporter.cpp8336 const OffsetOfNode &FromNode = E->getComponent(I); in VisitOffsetOfExpr()
H A DExprConstant.cpp15012 OffsetOfNode ON = OOE->getComponent(i); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2754 const OffsetOfNode &Node = E->getComponent(I); in InterpretOffsetOf()
H A DCompiler.cpp3293 const OffsetOfNode &Node = E->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp840 const OffsetOfNode &ON = E->getComponent(I); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2572 const OffsetOfNode &getComponent(unsigned Idx) const { in getComponent() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3493 OffsetOfNode ON = E->getComponent(i); in VisitOffsetOfExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13080 const OffsetOfNode &ON = E->getComponent(I); in TransformOffsetOfExpr()