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

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h112 ContinuousRangeMap &Self; member in class:clang::ContinuousRangeMap::Builder
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp137 QualType Self = Context.getTypeDeclType(this); local
H A DDeclObjC.cpp1139 auto *Self = ImplicitParamDecl::Create(Context, this, SourceLocation(), local
H A DDeclBase.cpp1251 auto *Self = static_cast<NamespaceDecl *>(this); local
H A DExpr.cpp290 ConstantExpr *Self = new (Mem) ConstantExpr(E, StorageKind); local
297 ConstantExpr *Self = Create(Context, E, StorageKind); local
315 ConstantExpr *Self = new (Mem) ConstantExpr(StorageKind, Empty); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp32 const ConstructionContextLayer *Self = this; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp45 CodeGeneratorImpl &Self; member in struct:__anon453::CodeGeneratorImpl::HandlingTopLevelDeclRAII
47 HandlingTopLevelDeclRAII(CodeGeneratorImpl &Self, argument
H A DCGDebugInfo.h95 const CGDebugInfo &Self; member in class:clang::DynamicInitKind::CGDebugInfo::final
98 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} argument
H A DCGObjC.cpp1622 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); local
1623 DeclRefExpr DRE(getContext(), Self, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h228 bool meet(const BitValue &V, const BitRef &Self) { argument
279 BitTracker::BitValue::self(const BitRef &Self) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp167 CanonicalizerAllocator &Self; member in struct:__anon1984::CanonicalizerAllocator::MakeNodeImpl
202 CanonicalizerAllocator &Self; member in struct:__anon1984::CanonicalizerAllocator::MakeNodeImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { argument
87 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self, argument
124 linkPhase3(std::unique_ptr<JITLinkerBase> Self, Error Err) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp258 zx_handle_t Self = _zx_process_self(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h436 PreprocessingRecord *Self; member in class:clang::PreprocessingRecord::iterator
438 iterator(PreprocessingRecord *Self, int Position) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1021 UnannotatedTentativeParsingAction(Parser &Self, tok::TokenKind EndKind) argument
1048 Parser &Self; member in class:Parser::UnannotatedTentativeParsingAction
[all...]
H A DParser.cpp399 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h551 LazyVector *Self; member in class:clang::LazyVector::iterator
553 iterator(LazyVector *Self, int Position) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
[all...]
H A DParser.h1025 Parser *Self; member in class:clang::ParseScope
1033 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
1183 Parser *Self; member in class:clang::LateParsedClass
1194 Parser *Self; member in struct:clang::LateParsedAttribute
1215 Parser *Self = nullptr; member in class:clang::LateParsedPragma
1245 Parser *Self; member in struct:clang::LexedMethod
1290 Parser* Self; member in struct:clang::LateParsedMethodDeclaration
1321 Parser *Self; member in struct:clang::LateParsedMemberInitializer
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h408 ASTUnit &Self; member in class:clang::ASTUnit::ConcurrencyCheck
411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp130 Preprocessor &Self; member in struct:__anon550::TokenCollector
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp982 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { argument
1050 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { argument
H A DSemaCast.cpp70 Sema &Self; member in struct:__anon599::CastOperation
592 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, bool CheckCVR, bool CheckObjCLifetime, QualType *TheOffendingSrcType = nullptr, QualType *TheOffendingDestType = nullptr, Qualifiers *CastAwayQualifiers = nullptr) argument
883 DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, QualType DestType, SourceRange OpRange) argument
1096 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1292 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, CastKind &Kind, CXXCastPath &BasePath, unsigned &msg) argument
1347 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1385 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1419 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1531 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1649 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
1704 TryConstCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, unsigned &msg) argument
1857 DiagnoseCastOfObjCSEL(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
1876 DiagnoseCallingConvCast(Sema &Self, const ExprResult &SrcExpr, QualType DstType, SourceRange OpRange) argument
1964 checkIntToPointerCast(bool CStyle, SourceLocation Loc, const Expr *SrcExpr, QualType DestType, Sema &Self) argument
1990 fixOverloadedReinterpretCastExpr(Sema &Self, QualType DestType, ExprResult &Result) argument
2017 TryReinterpretCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind) argument
2340 TryAddressSpaceCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, unsigned &msg) argument
2565 DiagnoseBadFunctionCast(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
2863 DiagnoseCastQual(Sema &Self, const ExprResult &SrcExpr, QualType DestType) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp446 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { argument
453 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { argument
480 NodeId Self = G.id(this); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2449 void MemoryPhi::deleteMe(DerivedUser *Self) { argument
2453 void MemoryDef::deleteMe(DerivedUser *Self) { argument
2457 void MemoryUse::deleteMe(DerivedUser *Self) { argument

Completed in 220 milliseconds

12