Home
last modified time | relevance | path

Searched refs:this_ (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp455 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anonb4e9af830111::FunctionDifferenceEngine
459 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
/external/clang/include/clang/AST/
DType.h1079 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)) {
DASTContext.h78 ASTContext &this_() { return *this; } in this_() function
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp549 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
/external/libvpx/libwebm/
Dmkvparser.cpp6441 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/
DASTContext.cpp634 : FunctionProtoTypes(this_()), in ASTContext()
635 TemplateSpecializationTypes(this_()), in ASTContext()
636 DependentTemplateSpecializationTypes(this_()), in ASTContext()
637 SubstTemplateTemplateParmPacks(this_()), in ASTContext()