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

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon14863::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon23138::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DType.h1191 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1196 canon.isNull() ? QualType(this_(), 0) : canon),
1501 Type *this_() { return this; } function in class:clang::Type
1506 canon.isNull() ? QualType(this_(), 0) : canon) {
4770 BaseType(QualType(this_(), 0)) {
H A DASTContext.h93 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/mkvparser/
H A Dmkvparser.cc6365 Cluster* const this_ = const_cast<Cluster*>(this); local
6368 return this_->ParseBlockGroup(size, pos, len);
6371 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.cpp732 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()),
733 DependentTemplateSpecializationTypes(this_()),
734 SubstTemplateTemplateParmPacks(this_()),

Completed in 337 milliseconds