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

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp457 FunctionDifferenceEngine *this_() { return this; } function in class:__anon7887::FunctionDifferenceEngine
461 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DType.h1008 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1013 canon.isNull() ? QualType(this_(), 0) : canon),
1301 Type *this_() { return this; } function in class:clang::Type
1306 canon.isNull() ? QualType(this_(), 0) : canon) {
4142 BaseType(QualType(this_(), 0)) {
H A DASTContext.h86 ASTContext &this_() { return *this; } function in class:clang::ASTContext
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp522 constexpr C(C *this_) : m(42), n(this_->m) {} // ok
/external/libvpx/mkvparser/
H A Dmkvparser.cpp6441 Cluster* const this_ = const_cast<Cluster*>(this);
6444 return this_->ParseBlockGroup(size, pos, len);
6447 return this_->ParseSimpleBlock(size, pos, len);
/external/clang/lib/AST/
H A DASTContext.cpp223 : FunctionProtoTypes(this_()),
224 TemplateSpecializationTypes(this_()),
225 DependentTemplateSpecializationTypes(this_()),
226 SubstTemplateTemplateParmPacks(this_()),

Completed in 138 milliseconds