Searched refs:this_ (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 455 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anonb4e9af830111::FunctionDifferenceEngine 459 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
/external/clang/include/clang/AST/ |
D | Type.h | 1079 ExtQuals *this_() { return this; } 1084 canon.isNull() ? QualType(this_(), 0) : canon), 1353 Type *this_() { return this; } 1358 canon.isNull() ? QualType(this_(), 0) : canon) { 4207 BaseType(QualType(this_(), 0)) {
|
D | ASTContext.h | 78 ASTContext &this_() { return *this; } in this_() function
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 549 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
|
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 6441 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6444 return this_->ParseBlockGroup(size, pos, len); in Parse() 6447 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 634 : FunctionProtoTypes(this_()), in ASTContext() 635 TemplateSpecializationTypes(this_()), in ASTContext() 636 DependentTemplateSpecializationTypes(this_()), in ASTContext() 637 SubstTemplateTemplateParmPacks(this_()), in ASTContext()
|