Searched defs:getDerived (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h59 EdgeType &getDerived() { return *static_cast<EdgeType *>(this); } function in class:llvm::DGEdge
60 const EdgeType &getDerived() const { function in class:llvm::DGEdge
145 NodeType &getDerived() { return *static_cast<NodeType *>(this); } function in class:llvm::DGNode
146 const NodeType &getDerived() const { function in class:llvm::DGNode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp60 Derived &getDerived() { return *static_cast<Derived *>(this); } function in class:__anon5464::ThunkInserter
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h74 Derived &getDerived() { return *static_cast<Derived *>(this); } function in class:clang::ASTNodeTraverser
H A DRecursiveASTVisitor.h162 Derived &getDerived() { return *static_cast<Derived *>(this); } function in class:clang::RecursiveASTVisitor
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp692 Derived &getDerived() { return static_cast<Derived &>(*this); } function in struct:__anon3542::DiagTextVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2350 Derived &getDerived() { return static_cast<Derived &>(*this); } function in class:PODSmallVector
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h130 Derived &getDerived() { return static_cast<Derived&>(*this); } function in class:clang::TreeTransform
133 const Derived &getDerived() const { function in class:clang::TreeTransform
[all...]

Completed in 209 milliseconds