Searched defs:Self (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8018 auto &Self = const_cast<ASTContext &>(*this); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2207 auto Self = CurMethod->getSelfDecl(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1506 Sema *Self; member in class:clang::final::PoppedFunctionScopeDeleter
1509 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} argument
5265 Sema *Self; member in class:clang::final::ImplicitExceptionSpecification
5282 explicit ImplicitExceptionSpecification(Sema &Self) argument
8239 Sema &Self; member in class:clang::final::ArgumentPackSubstitutionIndexRAII
8243 ArgumentPackSubstitutionIndexRAII(Sema &Self, int NewSubstitutionIndex) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12693 SequencedSubexpression(SequenceChecker &Self) argument
12711 SequenceChecker &Self; member in struct:__anon614::SequenceChecker::SequencedSubexpression
12722 EvaluationTracker(SequenceChecker &Self) argument
12742 SequenceChecker &Self; member in class:__anon614::SequenceChecker::EvaluationTracker
[all...]
H A DTreeTransform.h104 Derived &Self; member in class:clang::TreeTransform::ForgetPartiallySubstitutedPackRAII
108 ForgetPartiallySubstitutedPackRAII(Derived &Self) : Self(Self) { argument
185 TreeTransform &Self; member in class:clang::TreeTransform::TemporaryBase
190 TemporaryBase(TreeTransform &Self, SourceLocation Location, argument
4139 TreeTransform<Derived> &Self; member in class:clang::TemplateArgumentLocInventIterator
4160 TemplateArgumentLocInventIterator(TreeTransform<Derived> &Self, InputIterator Iter) argument
[all...]
H A DSemaExpr.cpp7729 static void SuggestParentheses(Sema &Self, SourceLocation Loc, argument
7826 static void DiagnoseConditionalPrecedence(Sema &Self, argument
9622 diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9652 diagnoseStringPlusChar(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
13203 DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
13246 EmitDiagnosticForLogicalAndInLogicalOr(Sema &Self, SourceLocation OpLoc, BinaryOperator *Bop) argument
13370 DiagnoseBinOpPrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
[all...]

Completed in 436 milliseconds

12