/llvm-project/polly/include/polly/ |
H A D | ScheduleTreeTransform.h | 29 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function 30 const Derived &getDerived() const { in getDerived() function 133 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function 134 const Derived &getDerived() const { in getDerived() function 166 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function 167 const Derived &getDerived() const { in getDerived() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 62 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
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | condition_variable_base.h | 44 Derived *getDerived() { return static_cast<Derived *>(this); } in getDerived() function
|
/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
H A D | APISetVisitor.h | 135 Derived *getDerived() { return static_cast<Derived *>(this); }; in getDerived() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 62 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 121 ImplClass &getDerived() { return *static_cast<ImplClass *>(this); } in getDerived() function
|
H A D | OpenACCClause.h | 853 Impl &getDerived() { return static_cast<Impl &>(*this); } getDerived() function
|
H A D | ASTNodeTraverser.h | 92 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function
|
/llvm-project/polly/lib/Transform/ |
H A D | ScheduleTreeTransform.cpp | 133 Derived &getDerived() { return *static_cast<Derived *>(this); } in getDerived() function 134 const Derived &getDerived() const { in getDerived() function [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 690 Derived &getDerived() { return static_cast<Derived &>(*this); } getDerived() function
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2690 Derived &getDerived() { return static_cast<Derived &>(*this); } getDerived() function [all...] |
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 2691 Derived &getDerived() { return static_cast<Derived &>(*this); } getDerived() function [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7841 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function in __anon47e04d131e11::DefaultedComparisonVisitor 9149 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function [all...] |
H A D | TreeTransform.h | 140 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function 143 const Derived &getDerived() const { getDerived() function [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7639 Derived &getDerived() { return static_cast<Derived&>(*this); } getDerived() function in __anon006fc44d1711::ExprEvaluatorBase
|