Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_base.h44 Derived *getDerived() { return static_cast<Derived *>(this); } in getDerived() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h26 Derived &getDerived() { return *static_cast<Derived *>(this); } getDerived() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h121 ImplClass &getDerived() { return *static_cast<ImplClass *>(this); } in getDerived() function
H A DASTNodeTraverser.h79 Derived &getDerived() { return *static_cast<Derived *>(this); } getDerived() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp690 Derived &getDerived() { return static_cast<Derived &>(*this); } in getDerived() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2691 Derived &getDerived() { return static_cast<Derived &>(*this); } getDerived() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7974 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function in __anon5bed44921e11::DefaultedComparisonVisitor
9283 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function
[all...]
H A DTreeTransform.h134 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function
137 const Derived &getDerived() const { getDerived() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7596 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function in __anon147cbbcc1711::ExprEvaluatorBase