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

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp455 FunctionDifferenceEngine *this_() { return this; } function in class:__anon10022::FunctionDifferenceEngine
459 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DASTContext.h78 ASTContext &this_() { return *this; } function in class:clang::ASTContext
H A DType.h1079 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1084 canon.isNull() ? QualType(this_(), 0) : canon),
1353 Type *this_() { return this; } function in class:clang::Type
1358 canon.isNull() ? QualType(this_(), 0) : canon) {
4207 BaseType(QualType(this_(), 0)) {

Completed in 140 milliseconds