Searched refs:this_ (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon3823::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1077 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1082 canon.isNull() ? QualType(this_(), 0) : canon),
1363 Type *this_() { return this; } function in class:clang::Type
1368 canon.isNull() ? QualType(this_(), 0) : canon) {
4293 BaseType(QualType(this_(), 0)) {
H A DASTContext.h79 ASTContext &this_() { return *this; } function in class:clang::ASTContext
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp718 : FunctionProtoTypes(this_()),
719 TemplateSpecializationTypes(this_()),
720 DependentTemplateSpecializationTypes(this_()),
721 SubstTemplateTemplateParmPacks(this_()),

Completed in 228 milliseconds