Searched refs:this_ (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anondcb5fca20111::FunctionDifferenceEngine 457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
/external/clang/include/clang/AST/ |
D | Type.h | 1159 ExtQuals *this_() { return this; } 1164 canon.isNull() ? QualType(this_(), 0) : canon), 1469 Type *this_() { return this; } 1474 canon.isNull() ? QualType(this_(), 0) : canon) { 4596 BaseType(QualType(this_(), 0)) {
|
D | ASTContext.h | 91 ASTContext &this_() { return *this; } in this_() function
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 609 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 6055 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6058 return this_->ParseBlockGroup(size, pos, len); in Parse() 6061 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 6274 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6277 return this_->ParseBlockGroup(size, pos, len); in Parse() 6280 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 733 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()), in ASTContext() 734 DependentTemplateSpecializationTypes(this_()), in ASTContext() 735 SubstTemplateTemplateParmPacks(this_()), in ASTContext()
|