Searched defs:this_ (Results 1 - 4 of 4) sorted by relevance
/external/llvm/tools/llvm-diff/ | ||
H A D | DifferenceEngine.cpp | 453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon7138::FunctionDifferenceEngine 457 Engine(Engine), Queue(QueueSorter(*this_())) {} |
/external/collada/src/dae/ | ||
H A D | daeElement.cpp | 393 daeElement* this_ = const_cast<daeElement*>(this); local 395 if (daeMetaAttribute* idAttr = this_->getAttributeObject("id")) 396 return *(daeStringRef*)idAttr->get(this_); |
/external/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 84 ASTContext &this_() { return *this; } function in class:clang::ASTContext |
H A D | Type.h | 969 ExtQuals *this_() { return this; } function in class:clang::ExtQuals 974 canon.isNull() ? QualType(this_(), 0) : canon), 1258 Type *this_() { return this; } function in class:clang::Type 1263 canon.isNull() ? QualType(this_(), 0) : canon) { 4021 BaseType(QualType(this_(), 0)) { |
Completed in 243 milliseconds