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:__anon26399::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DASTContext.h80 ASTContext &this_() { return *this; } function in class:clang::ASTContext
H A DType.h1076 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1081 canon.isNull() ? QualType(this_(), 0) : canon),
1362 Type *this_() { return this; } function in class:clang::Type
1367 canon.isNull() ? QualType(this_(), 0) : canon) {
4318 BaseType(QualType(this_(), 0)) {

Completed in 1782 milliseconds