Home
last modified time | relevance | path

Searched defs:getDerived (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h62 EdgeType &getDerived() { return *static_cast<EdgeType *>(this); } in getDerived() function
63 const EdgeType &getDerived() const { in getDerived() function
152 NodeType &getDerived() { return *static_cast<NodeType *>(this); } in getDerived() function
153 const NodeType &getDerived() const { in getDerived() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DAPISetVisitor.h135 Derived *getDerived() { return static_cast<Derived *>(this); }; in getDerived() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h62 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h121 ImplClass &getDerived() { return *static_cast<ImplClass *>(this); } in getDerived() function
H A DOpenACCClause.h853 Impl &getDerived() { return static_cast<Impl &>(*this); } in getDerived() function
H A DASTNodeTraverser.h92 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp690 Derived &getDerived() { return static_cast<Derived &>(*this); } in getDerived() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2690 Derived &getDerived() { return static_cast<Derived &>(*this); } in getDerived() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7871 Derived &getDerived() { return static_cast<Derived&>(*this); } in getDerived() function in __anon42c808801f11::DefaultedComparisonVisitor
9182 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function
[all...]
H A DTreeTransform.h140 Derived &getDerived() { return static_cast<Derived&>(*this); } in getDerived() function
143 const Derived &getDerived() const { in getDerived() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7654 Derived &getDerived() { return static_cast<Derived&>(*this); } in getDerived() function in __anonfb577fba1711::ExprEvaluatorBase