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:__anon9209::FunctionDifferenceEngine
461 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DType.h1039 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1044 canon.isNull() ? QualType(this_(), 0) : canon),
1330 Type *this_() { return this; } function in class:clang::Type
1335 canon.isNull() ? QualType(this_(), 0) : canon) {
4212 BaseType(QualType(this_(), 0)) {
H A DASTContext.h92 ASTContext &this_() { return *this; } function in class:clang::ASTContext
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp543 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.cpp553 : FunctionProtoTypes(this_()),
554 TemplateSpecializationTypes(this_()),
555 DependentTemplateSpecializationTypes(this_()),
556 SubstTemplateTemplateParmPacks(this_()),

Completed in 242 milliseconds