Searched defs:this_ (Results 1 - 5 of 5) 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 DASTContext.h91 ASTContext &this_() { return *this; } function in class:clang::ASTContext
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)) {
/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);

Completed in 565 milliseconds