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

/freebsd-10.3-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.3-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp139 QualType Self = Context.getTypeDeclType(this); local
H A DDeclBase.cpp909 NamespaceDecl *Self = static_cast<NamespaceDecl *>(this); local
H A DASTContext.cpp6336 ASTContext &Self = const_cast<ASTContext &>(*this); local
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
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...]
H A DRegionInfo.h506 typedef block_iterator_wrapper<IsConst> Self; typedef in class:llvm::Region::block_iterator_wrapper
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp857 explicit UnannotatedTentativeParsingAction(Parser &Self, argument
883 Parser &Self; member in class:Parser::UnannotatedTentativeParsingAction
[all...]
H A DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
[all...]
H A DParser.cpp408 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, argument
/freebsd-10.3-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.3-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp581 SmallPtrSet<Argument*, 8> Self; local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h373 LazyVector *Self; member in class:clang::LazyVector::iterator
400 iterator(LazyVector *Self, int Position) argument
/freebsd-10.3-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.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h424 ASTUnit &Self; member in class:clang::ASTUnit::ConcurrencyCheck
427 explicit ConcurrencyCheck(ASTUnit &Self) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp63 Sema &Self; member in struct:__anon3370::CastOperation
463 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, bool CheckCVR, bool CheckObjCLifetime) argument
709 DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, QualType DestType, SourceRange OpRange) argument
908 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1076 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, CastKind &Kind, CXXCastPath &BasePath, unsigned &msg) argument
1127 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1162 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1196 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1311 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1422 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
1474 TryConstCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, unsigned &msg) argument
1644 DiagnoseCastOfObjCSEL(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
1661 checkIntToPointerCast(bool CStyle, SourceLocation Loc, const Expr *SrcExpr, QualType DestType, Sema &Self) argument
1687 TryReinterpretCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind) argument
2105 DiagnoseBadFunctionCast(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
[all...]
H A DSemaExprCXX.cpp3215 static bool EvaluateUnaryTypeTrait(Sema &Self, UnaryTypeTrait UTT, argument
3179 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
3731 EvaluateBinaryTypeTrait(Sema &Self, BinaryTypeTrait BTT, QualType LhsT, QualType RhsT, SourceLocation KeyLoc) argument
3943 EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, QualType T, Expr *DimExpr, SourceLocation KeyLoc) argument
4207 TryClassUnification(Sema &Self, Expr *From, Expr *To, SourceLocation QuestionLoc, bool &HaveConversion, QualType &ToType) argument
4296 FindConditionalOverload(Sema &Self, ExprResult &LHS, ExprResult &RHS, SourceLocation QuestionLoc) argument
4354 ConvertForConditional(Sema &Self, ExprResult &E, QualType T) argument
[all...]
H A DSemaChecking.cpp5792 SequencedSubexpression(SequenceChecker &Self) argument
5806 SequenceChecker &Self; member in struct:__anon3378::SequenceChecker::SequencedSubexpression
5817 EvaluationTracker(SequenceChecker &Self) argument
5835 SequenceChecker &Self; member in class:__anon3378::SequenceChecker::EvaluationTracker
[all...]
H A DSemaDeclCXX.cpp11949 static void SearchForReturnInStmt(Sema &Self, Stmt *S) { argument
H A DTreeTransform.h100 Derived &Self; member in class:clang::TreeTransform::ForgetPartiallySubstitutedPackRAII
104 ForgetPartiallySubstitutedPackRAII(Derived &Self) : Self(Self) { argument
176 TreeTransform &Self; member in class:clang::TreeTransform::TemporaryBase
181 TemporaryBase(TreeTransform &Self, SourceLocation Location, argument
3254 TreeTransform<Derived> &Self; member in class:clang::TemplateArgumentLocInventIterator
3275 TemplateArgumentLocInventIterator(TreeTransform<Derived> &Self, InputIterator Iter) argument
[all...]
H A DSemaExpr.cpp5779 static void SuggestParentheses(Sema &Self, SourceLocation Loc, argument
5865 static void DiagnoseConditionalPrecedence(Sema &Self, argument
6949 diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
6988 diagnoseStringPlusChar(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9237 DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9279 EmitDiagnosticForBitwiseAndInBitwiseOr(Sema &Self, SourceLocation OpLoc, BinaryOperator *Bop) argument
9294 EmitDiagnosticForLogicalAndInLogicalOr(Sema &Self, SourceLocation OpLoc, BinaryOperator *Bop) argument
9410 DiagnoseBinOpPrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1579 ReturnTypesF> Self; typedef in class:clang::ast_matchers::internal::TypeTraversePolymorphicMatcher
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h680 Parser *Self; member in class:clang::Parser::ParseScope
689 ParseScope(Parser *Self, unsigned ScopeFlags, bool ManageScope = true) argument
827 Parser *Self; member in class:clang::Parser::LateParsedClass
838 Parser *Self; member in struct:clang::Parser::LateParsedAttribute
868 Parser *Self; member in struct:clang::Parser::LexedMethod
912 Parser* Self; member in struct:clang::Parser::LateParsedMethodDeclaration
943 Parser *Self; member in struct:clang::Parser::LateParsedMemberInitializer
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2492 typedef CaseIteratorT<SwitchInstTy, ConstantIntTy, BasicBlockTy> Self; typedef in class:llvm::SwitchInst::CaseIteratorT
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1403 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3749 Sema *Self; member in class:clang::Sema::ImplicitExceptionSpecification
3766 explicit ImplicitExceptionSpecification(Sema &Self) argument
6156 Sema &Self; member in class:clang::Sema::ArgumentPackSubstitutionIndexRAII
6160 ArgumentPackSubstitutionIndexRAII(Sema &Self, int NewSubstitutionIndex) argument
[all...]

Completed in 565 milliseconds