Searched refs:this_ (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon13073::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DType.h1159 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1164 canon.isNull() ? QualType(this_(), 0) : canon),
1469 Type *this_() { return this; } function in class:clang::Type
1474 canon.isNull() ? QualType(this_(), 0) : canon) {
4596 BaseType(QualType(this_(), 0)) {
H A DASTContext.h91 ASTContext &this_() { return *this; } function in class:clang::ASTContext
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp609 constexpr C(C *this_) : m(42), n(this_->m) {} // ok
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6055 Cluster* const this_ = const_cast<Cluster*>(this); local
6058 return this_->ParseBlockGroup(size, pos, len);
6061 return this_->ParseSimpleBlock(size, pos, len);
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc6274 Cluster* const this_ = const_cast<Cluster*>(this); local
6277 return this_->ParseBlockGroup(size, pos, len);
6280 return this_->ParseSimpleBlock(size, pos, len);
/external/clang/lib/AST/
H A DASTContext.cpp733 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()),
734 DependentTemplateSpecializationTypes(this_()),
735 SubstTemplateTemplateParmPacks(this_()),

Completed in 874 milliseconds