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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h25 Derived &getDerived() { return *static_cast<Derived *>(this); } function in class:llvm::ThunkInserter
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h121 ImplClass &getDerived() { return *static_cast<ImplClass *>(this); } function in class:clang::EvaluatedExprVisitorBase
H A DASTNodeTraverser.h78 Derived &getDerived() { return *static_cast<Derived *>(this); } function in class:clang::ASTNodeTraverser
H A DRecursiveASTVisitor.h175 Derived &getDerived() { return *static_cast<Derived *>(this); } function in class:clang::RecursiveASTVisitor
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h61 EdgeType &getDerived() { return *static_cast<EdgeType *>(this); } function in class:llvm::DGEdge
62 const EdgeType &getDerived() const { function in class:llvm::DGEdge
151 NodeType &getDerived() { return *static_cast<NodeType *>(this); } function in class:llvm::DGNode
152 const NodeType &getDerived() const { function in class:llvm::DGNode
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp682 Derived &getDerived() { return static_cast<Derived &>(*this); } function in struct:__anon1208::DiagTextVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2399 Derived &getDerived() { return static_cast<Derived &>(*this); } function in class:PODSmallVector
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h132 Derived &getDerived() { return static_cast<Derived&>(*this); } function in class:clang::TreeTransform
135 const Derived &getDerived() const { function in class:clang::TreeTransform
[all...]

Completed in 305 milliseconds