Searched defs:Self (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); local
H A DDeclBase.cpp904 NamespaceDecl *Self = static_cast<NamespaceDecl *>(this); local
H A DASTContext.cpp6246 ASTContext &Self = const_cast<ASTContext &>(*this); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DContinuousRangeMap.h110 ContinuousRangeMap &Self; member in class:clang::ContinuousRangeMap::Builder
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { } argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h506 typedef block_iterator_wrapper<IsConst> Self; typedef in class:llvm::Region::block_iterator_wrapper
H A DRegionIterator.h87 typedef RNSuccIterator<NodeType> Self; typedef in class:llvm::RNSuccIterator
174 typedef RNSuccIterator<FlatIt<NodeType> > Self; typedef in class:llvm::RNSuccIterator
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCFG.h33 typedef PredIterator<Ptr, USE_iterator> Self; typedef in class:llvm::PredIterator
110 typedef SuccIterator<Term_, BB_> Self; typedef in class:llvm::SuccIterator
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h368 LazyVector *Self; member in class:clang::LazyVector::iterator
395 iterator(LazyVector *Self, int Position) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h380 PreprocessingRecord *Self; member in class:clang::PreprocessingRecord::iterator
405 iterator(PreprocessingRecord *Self, int Position) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
[all...]
H A DParser.cpp383 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h423 ASTUnit &Self; member in class:clang::ASTUnit::ConcurrencyCheck
426 explicit ConcurrencyCheck(ASTUnit &Self) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp63 Sema &Self; member in struct:__anon3192::CastOperation
465 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, bool CheckCVR, bool CheckObjCLifetime) argument
688 DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, QualType DestType, SourceRange OpRange) argument
884 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1052 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, CastKind &Kind, CXXCastPath &BasePath, unsigned &msg) argument
1103 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1138 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1172 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1287 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1398 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
1450 TryConstCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, unsigned &msg) argument
1588 DiagnoseCastOfObjCSEL(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
1605 checkIntToPointerCast(bool CStyle, SourceLocation Loc, const Expr *SrcExpr, QualType DestType, Sema &Self) argument
1621 TryReinterpretCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind) argument
2037 DiagnoseBadFunctionCast(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
[all...]
H A DSemaExprCXX.cpp3050 static bool EvaluateUnaryTypeTrait(Sema &Self, UnaryTypeTrait UTT, argument
3014 HasNoThrowOperator(const RecordType *RT, OverloadedOperatorKind Op, Sema &Self, SourceLocation KeyLoc, ASTContext &C, bool (CXXRecordDecl::*HasTrivial)() const, bool (CXXRecordDecl::*HasNonTrivial)() const, bool (CXXMethodDecl::*IsDesiredOp)() const) argument
3561 EvaluateBinaryTypeTrait(Sema &Self, BinaryTypeTrait BTT, QualType LhsT, QualType RhsT, SourceLocation KeyLoc) argument
3773 EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, QualType T, Expr *DimExpr, SourceLocation KeyLoc) argument
4037 TryClassUnification(Sema &Self, Expr *From, Expr *To, SourceLocation QuestionLoc, bool &HaveConversion, QualType &ToType) argument
4126 FindConditionalOverload(Sema &Self, ExprResult &LHS, ExprResult &RHS, SourceLocation QuestionLoc) argument
4184 ConvertForConditional(Sema &Self, ExprResult &E, QualType T) argument
[all...]
H A DSemaChecking.cpp5369 SequencedSubexpression(SequenceChecker &Self) argument
5383 SequenceChecker &Self; member in struct:__anon3199::SequenceChecker::SequencedSubexpression
H A DSemaDeclCXX.cpp11426 static void SearchForReturnInStmt(Sema &Self, Stmt *S) { argument
H A DSemaExpr.cpp5513 static void SuggestParentheses(Sema &Self, SourceLocation Loc, argument
5599 static void DiagnoseConditionalPrecedence(Sema &Self, argument
6658 diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
8815 DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
8857 EmitDiagnosticForBitwiseAndInBitwiseOr(Sema &Self, SourceLocation OpLoc, BinaryOperator *Bop) argument
8872 EmitDiagnosticForLogicalAndInLogicalOr(Sema &Self, SourceLocation OpLoc, BinaryOperator *Bop) argument
8988 DiagnoseBinOpPrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
[all...]
H A DTreeTransform.h99 Derived &Self; member in class:clang::TreeTransform::ForgetPartiallySubstitutedPackRAII
103 ForgetPartiallySubstitutedPackRAII(Derived &Self) : Self(Self) { argument
171 TreeTransform &Self; member in class:clang::TreeTransform::TemporaryBase
176 TemporaryBase(TreeTransform &Self, SourceLocation Location, argument
3142 TreeTransform<Derived> &Self; member in class:clang::TemplateArgumentLocInventIterator
3163 TemplateArgumentLocInventIterator(TreeTransform<Derived> &Self, InputIterator Iter) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2677 SubsetsItTy, BasicBlockTy> Self; typedef in class:llvm::SwitchInst::CaseIteratorT
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h662 Parser *Self; member in class:clang::Parser::ParseScope
671 ParseScope(Parser *Self, unsigned ScopeFlags, bool ManageScope = true) argument
796 Parser *Self; member in class:clang::Parser::LateParsedClass
807 Parser *Self; member in struct:clang::Parser::LateParsedAttribute
837 Parser *Self; member in struct:clang::Parser::LexedMethod
881 Parser* Self; member in struct:clang::Parser::LateParsedMethodDeclaration
912 Parser *Self; member in struct:clang::Parser::LateParsedMemberInitializer
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1404 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3566 Sema *Self; member in class:clang::Sema::ImplicitExceptionSpecification
3583 explicit ImplicitExceptionSpecification(Sema &Self) argument
5882 Sema &Self; member in class:clang::Sema::ArgumentPackSubstitutionIndexRAII
5886 ArgumentPackSubstitutionIndexRAII(Sema &Self, int NewSubstitutionIndex) argument
[all...]

Completed in 477 milliseconds