Searched refs:Scope (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-11.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c69 return (ParserState->Scope->ParseScope.Op);
93 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd ||
94 !ParserState->Scope->ParseScope.ArgCount)));
116 ACPI_GENERIC_STATE *Scope; local
122 Scope = AcpiUtCreateGenericState ();
123 if (!Scope)
128 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE;
129 Scope->ParseScope.Op = RootOp;
130 Scope->ParseScope.ArgCount = ACPI_VAR_ARGS;
131 Scope
163 ACPI_GENERIC_STATE *Scope; local
225 ACPI_GENERIC_STATE *Scope = ParserState->Scope; local
280 ACPI_GENERIC_STATE *Scope; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
34 /// Scope - A scope is a transient data structure that is used while parsing the
38 class Scope { class in namespace:clang
130 Scope *AnyParent;
156 Scope *FnParent;
157 Scope *MSLastManglingParent;
163 Scope *BreakParent, *ContinueParent;
167 Scope *BlockParen
200 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) function in class:clang::Scope
[all...]
H A DSema.h41 #include "clang/Sema/Scope.h"
356 SmallVector<Scope*, 2> CurrentSEHFinally;
677 /// Translation Unit Scope - useful to Objective-C actions that need
680 Scope *TUScope;
1148 Scope *getScopeForContext(DeclContext *Ctx);
1151 void PushBlockScope(Scope *BlockScope, BlockDecl *Block);
1159 void PushCapturedRegionScope(Scope *RegionScope, CapturedDecl *CD,
1275 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);
1313 TypeResult ActOnTypeName(Scope *S, Declarator &D);
1487 Scope *
7053 LocalInstantiationScope *Scope; member in struct:clang::Sema::LateInstantiatedAttribute
[all...]
H A DExternalSemaSource.h35 class Scope;
91 /// \param S the Scope of the identifier occurrence.
94 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; }
199 int LookupKind, Scope *S, CXXScopeSpec *SS,
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp110 DILocalScope *Scope = DL->getScope(); local
111 if (!Scope)
116 if (auto *File = dyn_cast<DILexicalBlockFile>(Scope))
117 Scope = File->getScope();
120 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
123 return findLexicalScope(Scope);
128 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, argument
132 getOrCreateAbstractScope(Scope);
134 return getOrCreateInlinedScope(Scope, IA);
137 return getOrCreateRegularScope(Scope);
142 getOrCreateRegularScope(const DILocalScope *Scope) argument
170 getOrCreateInlinedScope(const DILocalScope *Scope, const DILocation *InlinedAt) argument
193 getOrCreateAbstractScope(const DILocalScope *Scope) argument
217 constructScopeNest(LexicalScope *Scope) argument
274 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
296 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp52 const MDNode *Scope = getInlinedAtScope(); local
53 if (auto *SP = getDISubprogram(Scope))
59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, argument
62 if (!Scope)
65 return DILocation::get(Scope->getContext(), Line, Col,
66 const_cast<MDNode *>(Scope),
91 auto *Scope = cast<DIScope>(getScope());
92 OS << Scope->getFilename();
H A DLLVMContextImpl.h235 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
238 MDNodeKeyImpl(unsigned Line, unsigned Column, Metadata *Scope, argument
240 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt) {}
243 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
248 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
251 return hash_combine(Line, Column, Scope, InlinedAt);
336 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
345 Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
348 : Tag(Tag), Name(Name), File(File), Line(Line), Scope(Scop
344 MDNodeKeyImpl(unsigned Tag, StringRef Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *ExtraData) argument
378 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
390 MDNodeKeyImpl(unsigned Tag, StringRef Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, StringRef Identifier) argument
462 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
480 MDNodeKeyImpl(Metadata *Scope, StringRef Name, StringRef LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables) argument
529 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
534 MDNodeKeyImpl(Metadata *Scope, Metadata *File, unsigned Line, unsigned Column) argument
550 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
554 MDNodeKeyImpl(Metadata *Scope, Metadata *File, unsigned Discriminator) argument
570 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
575 MDNodeKeyImpl(Metadata *Scope, Metadata *File, StringRef Name, unsigned Line) argument
591 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
596 MDNodeKeyImpl(Metadata *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef ISysRoot) argument
653 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
664 MDNodeKeyImpl(Metadata *Scope, StringRef Name, StringRef LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *Variable, Metadata *StaticDataMemberDeclaration) argument
698 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
706 MDNodeKeyImpl(Metadata *Scope, StringRef Name, Metadata *File, unsigned Line, Metadata *Type, unsigned Arg, unsigned Flags) argument
773 Metadata *Scope; member in struct:llvm::MDNodeKeyImpl
778 MDNodeKeyImpl(unsigned Tag, Metadata *Scope, Metadata *Entity, unsigned Line, StringRef Name) argument
[all...]
H A DDebugInfo.cpp36 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { argument
37 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope))
51 const MDNode *Scope = DLoc.getInlinedAtScope(); local
52 auto *Subprogram = getDISubprogram(Scope);
172 void DebugInfoFinder::processScope(DIScope *Scope) { argument
173 if (!Scope)
175 if (auto *Ty = dyn_cast<DIType>(Scope)) {
179 if (auto *CU = dyn_cast<DICompileUnit>(Scope)) {
183 if (auto *SP = dyn_cast<DISubprogram>(Scope)) {
187 if (!addScope(Scope))
288 addScope(DIScope *Scope) argument
[all...]
H A DDebugInfoMetadata.cpp42 unsigned Column, Metadata *Scope,
48 assert(Scope && "Expected scope");
52 DILocationInfo::KeyTy(Line, Column, Scope, InlinedAt)))
61 Ops.push_back(Scope);
260 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
264 DEFINE_GETIMPL_LOOKUP(DIDerivedType, (Tag, getString(Name), File, Line, Scope,
267 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData};
275 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
282 (Tag, getString(Name), File, Line, Scope, BaseType,
286 Metadata *Ops[] = {File, Scope, Nam
258 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate) argument
273 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, MDString *Identifier, StorageType Storage, bool ShouldCreate) argument
340 getImpl( LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables, StorageType Storage, bool ShouldCreate) argument
374 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *File, unsigned Line, unsigned Column, StorageType Storage, bool ShouldCreate) argument
387 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *File, unsigned Discriminator, StorageType Storage, bool ShouldCreate) argument
398 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *File, MDString *Name, unsigned Line, StorageType Storage, bool ShouldCreate) argument
407 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *ISysRoot, StorageType Storage, bool ShouldCreate) argument
441 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *Variable, Metadata *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate) argument
459 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, Metadata *File, unsigned Line, Metadata *Type, unsigned Arg, unsigned Flags, StorageType Storage, bool ShouldCreate) argument
549 getImpl(LLVMContext &Context, unsigned Tag, Metadata *Scope, Metadata *Entity, unsigned Line, MDString *Name, StorageType Storage, bool ShouldCreate) argument
[all...]
H A DDIBuilder.cpp292 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, argument
300 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty),
310 DIDerivedType *DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, argument
318 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), 0, 0,
420 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
425 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits,
452 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
457 DIScopeRef::get(getNonCompileUnitScope(Scope)),
518 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, argument
526 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullpt
419 createUnionType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) argument
451 createEnumerationType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DINodeArray Elements, DIType *UnderlyingType, StringRef UniqueIdentifier) argument
535 createReplaceableCompositeType( unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, StringRef UniqueIdentifier) argument
606 createLocalVariable( LLVMContext &VMContext, DenseMap<MDNode *, std::vector<TrackingMDNodeRef>> &PreservedVariables, DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) argument
631 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) argument
640 createParameterVariable( DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) argument
737 createNameSpace(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo) argument
743 createModule(DIScope *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef ISysRoot) argument
751 createLexicalBlockFile(DIScope *Scope, DIFile *File, unsigned Discriminator) argument
757 createLexicalBlock(DIScope *Scope, DIFile *File, unsigned Line, unsigned Col) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DAttributes.cpp6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttributes.h33 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp1 //===- Scope.cpp - Lexical scope information --------------------*- C++ -*-===//
10 // This file implements the Scope class, which is used for recording
15 #include "clang/Sema/Scope.h"
21 void Scope::Init(Scope *parent, unsigned flags) {
94 bool Scope::containedInPrototypeScope() const {
95 const Scope *S = this;
104 void Scope::AddFlags(unsigned FlagsToSet) {
118 void Scope::mergeNRVOIntoParent() {
133 void Scope
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswscope.c3 * Module Name: dswscope - Scope stack manipulation
80 WalkState->ScopeInfo = ScopeInfo->Scope.Next;
146 ScopeInfo->Scope.Node = Node;
159 AcpiUtGetNodeName (OldScopeInfo->Scope.Node),
170 AcpiUtGetNodeName (ScopeInfo->Scope.Node),
217 AcpiUtGetNodeName (ScopeInfo->Scope.Node),
225 AcpiUtGetNodeName (NewScopeInfo->Scope.Node),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp177 EHCleanupScope *Scope = local
190 return Scope->getCleanupBuffer();
408 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); local
414 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
448 EHCleanupScope &Scope) {
449 assert(Scope.isNormalCleanup());
450 llvm::BasicBlock *Entry = Scope.getNormalBlock();
453 Scope.setNormalBlock(Entry);
589 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); local
590 assert(Scope
447 CreateNormalEntry(CodeGenFunction &CGF, EHCleanupScope &Scope) argument
1024 EHCleanupScope &Scope = local
1034 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); local
1110 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); local
1167 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); local
1179 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h188 /// \param Scope Member scope.
197 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name,
205 /// \param Scope Member scope.
212 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name,
249 /// \param Scope Scope in which this class is defined.
264 DICompositeType *createClassType(DIScope *Scope, StringRef Name,
274 /// \param Scope Scope in which this struct is defined.
285 DIScope *Scope, StringRe
[all...]
H A DDebugInfoMetadata.h672 DIScopeRef Scope, DITypeRef BaseType,
678 Line, Scope, BaseType, SizeInBits, AlignInBits, OffsetInBits,
683 Metadata *Scope, Metadata *BaseType,
699 unsigned Line, Metadata *Scope, Metadata *BaseType,
703 (Tag, Name, File, Line, Scope, BaseType, SizeInBits,
707 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
710 (Tag, Name, File, Line, Scope, BaseType, SizeInBits,
772 unsigned Line, DIScopeRef Scope, DITypeRef BaseType,
778 Context, Tag, getCanonicalMDString(Context, Name), File, Line, Scope,
785 unsigned Line, Metadata *Scope, Metadat
670 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, DIFile *File, unsigned Line, DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate = true) argument
771 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, unsigned Line, DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, uint64_t Flags, DINodeArray Elements, unsigned RuntimeLang, DITypeRef VTableHolder, DITemplateParameterArray TemplateParams, StringRef Identifier, StorageType Storage, bool ShouldCreate = true) argument
1120 getImpl(LLVMContext &Context, unsigned Line, unsigned Column, DILocalScope *Scope, DILocation *InlinedAt, StorageType Storage, bool ShouldCreate = true) argument
1245 getImpl(LLVMContext &Context, DIScopeRef Scope, StringRef Name, StringRef LinkageName, DIFile *File, unsigned Line, DISubroutineType *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, DITypeRef ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, DITemplateParameterArray TemplateParams, DISubprogram *Declaration, DILocalVariableArray Variables, StorageType Storage, bool ShouldCreate = true) argument
1527 getImpl(LLVMContext &Context, DIScope *Scope, DIFile *File, StringRef Name, unsigned Line, StorageType Storage, bool ShouldCreate = true) argument
1574 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef ISysRoot, StorageType Storage, bool ShouldCreate = true) argument
1783 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name, StringRef LinkageName, DIFile *File, unsigned Line, DITypeRef Type, bool IsLocalToUnit, bool IsDefinition, Constant *Variable, DIDerivedType *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate = true) argument
1864 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name, DIFile *File, unsigned Line, DITypeRef Type, unsigned Arg, unsigned Flags, StorageType Storage, bool ShouldCreate = true) argument
2165 getImpl(LLVMContext &Context, unsigned Tag, DIScope *Scope, DINodeRef Entity, unsigned Line, StringRef Name, StorageType Storage, bool ShouldCreate = true) argument
[all...]
H A DDebugInfo.h40 DISubprogram *getDISubprogram(const MDNode *Scope);
91 void processScope(DIScope *Scope);
96 bool addScope(DIScope *Scope);
/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h24 Scope *scope;
/freebsd-11.0-release/contrib/byacc/test/
H A Dbtyacc_demo.y20 typedef int Scope;
26 Scope *scope;
37 Scope *scope;
204 extern Scope *global_scope;
206 extern Decl * lookup(Scope *scope, char *id);
207 extern Scope * new_scope(Scope *outer_scope);
208 extern Scope * start_fn_def(Scope *scope, Decl *fn_decl);
216 extern Decl * declare(Scope *scop
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp309 LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) {
310 if (!Scope || !Scope->getScopeNode())
313 auto *DS = Scope->getScopeNode();
315 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) &&
326 if (Scope->getParent() && isa<DISubprogram>(DS)) {
327 ScopeDIE = constructInlinedScopeDIE(Scope);
331 createScopeChildrenDIE(Scope, Children);
334 if (DD->isLexicalScopeDIENull(Scope))
341 createScopeChildrenDIE(Scope, Childre
308 constructScopeDIE( LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) argument
424 constructInlinedScopeDIE(LexicalScope *Scope) argument
456 constructLexicalScopeDIE(LexicalScope *Scope) argument
538 constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope, DIE *&ObjectPointer) argument
547 createScopeChildrenDIE(LexicalScope *Scope, SmallVectorImpl<DIE *> &Children, unsigned *ChildScopeCount) argument
566 constructSubprogramScopeDIE(LexicalScope *Scope) argument
594 createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE) argument
607 constructAbstractSubprogramScopeDIE( LexicalScope *Scope) argument
[all...]
H A DDwarfCompileUnit.h128 void constructScopeDIE(LexicalScope *Scope,
141 DIE *constructInlinedScopeDIE(LexicalScope *Scope);
145 DIE *constructLexicalScopeDIE(LexicalScope *Scope);
150 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
153 /// A helper function to create children of a Scope DIE.
154 DIE *createScopeChildrenDIE(LexicalScope *Scope,
159 void constructSubprogramScopeDIE(LexicalScope *Scope);
161 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
163 void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp199 auto *Scope = DIL->getScope(); local
201 Builder.createFile(DIL->getFilename(), Scope->getDirectory());
203 Scope, File, DIL->computeNewDiscriminator());
230 auto *Scope = FirstDIL->getScope(); local
232 Scope->getDirectory());
234 Scope, File, FirstDIL->computeNewDiscriminator());
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp33 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
34 for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
35 std::unique_ptr<Matcher> Child(Scope->takeChild(i));
37 Scope->resetChild(i, Child.release());
198 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
199 for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
200 std::unique_ptr<Matcher> Child(Scope->takeChild(i));
202 Scope->resetChild(i, Child.release());
245 /// Scope
252 /// Scope
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp24 #include "clang/Sema/Scope.h"
444 Scope::DeclScope | Scope::SEHTryScope));
482 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
483 Scope::SEHExceptScope);
494 Scope::SEHFilterScope);
830 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
1130 ParseScope IfScope(this, Scope::DeclScope | Scope
[all...]

Completed in 155 milliseconds

123456