Searched defs:this_ (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon11156::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DASTContext.h90 ASTContext &this_() { return *this; } function in class:clang::ASTContext
H A DType.h1092 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1097 canon.isNull() ? QualType(this_(), 0) : canon),
1384 Type *this_() { return this; } function in class:clang::Type
1389 canon.isNull() ? QualType(this_(), 0) : canon) {
4374 BaseType(QualType(this_(), 0)) {

Completed in 140 milliseconds