Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp758 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 DASTContext.cpp875 : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), in ASTContext()
876 DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), in ASTContext()
877 DependentAddressSpaceTypes(this_()), DependentVectorTypes(this_()), in ASTContext()
878 DependentSizedMatrixTypes(this_()), in ASTContext()
879 FunctionProtoTypes(this_(), FunctionProtoTypesLog2InitSize), in ASTContext()
880 DependentTypeOfExprTypes(this_()), DependentDecltypeTypes(this_()), in ASTContext()
881 TemplateSpecializationTypes(this_()), in ASTContext()
882 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
883 DependentBitIntTypes(this_()), SubstTemplateTemplateParmPacks(this_()), in ASTContext()
884 ArrayParameterTypes(this_()), CanonTemplateTemplateParms(this_()), in ASTContext()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1731 ExtQuals *this_() { return this; }
1736 canon.isNull() ? QualType(this_(), 0) : canon),
2282 canon.isNull() ? QualType(this_(), 0) : canon) {
2297 Type *this_() { return this; }
7188 BaseType(QualType(this_(), 0)) {
H A DASTContext.h483 ASTContext &this_() { return *this; } in this_() function