Searched refs:this_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 758 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon35eb8c210111::FunctionDifferenceEngine 765 Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 936 : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), in ASTContext() 937 DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), in ASTContext() 938 DependentAddressSpaceTypes(this_()), DependentVectorTypes(this_()), in ASTContext() 939 DependentSizedMatrixTypes(this_()), in ASTContext() 940 FunctionProtoTypes(this_(), FunctionProtoTypesLog2InitSize), in ASTContext() 941 DependentTypeOfExprTypes(this_()), DependentDecltypeTypes(this_()), in ASTContext() 942 DependentPackIndexingTypes(this_()), TemplateSpecializationTypes(this_()), in ASTContext() 943 DependentTemplateSpecializationTypes(this_()), in ASTContext() 944 DependentBitIntTypes(this_()), SubstTemplateTemplateParmPacks(this_()), in ASTContext() 945 DeducedTemplates(this_()), ArrayParameterTypes(this_()), in ASTContext() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 1734 ExtQuals *this_() { return this; } 1739 canon.isNull() ? QualType(this_(), 0) : canon), 2315 canon.isNull() ? QualType(this_(), 0) : canon) { 2330 Type *this_() { return this; } 7544 BaseType(QualType(this_(), 0)) {
|
| H A D | ASTContext.h | 503 ASTContext &this_() { return *this; } in this_() function
|