Home
last modified time | relevance | path

Searched refs:ParentScope (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/lib/Sema/
DJumpDiagnostics.cpp47 unsigned ParentScope; member
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope()
74 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
76 unsigned &ParentScope);
117 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope()
118 B = Scopes[B].ParentScope; in GetDeepestCommonScope()
120 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope()
121 A = Scopes[A].ParentScope; in GetDeepestCommonScope()
216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument
220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation()
[all …]
/external/llvm/test/tools/llvm-readobj/
Dcodeview-merging.test26 OBJ1-NEXT: ParentScope: 0x0
32 OBJ1-NEXT: ParentScope: 0x0
40 OBJ2-NEXT: ParentScope: 0x0
47 OBJ2-NEXT: ParentScope: 0x0
55 CHECK-NEXT: ParentScope: 0x0
61 CHECK-NEXT: ParentScope: 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-merging.test35 OBJ1-NEXT: ParentScope: 0x0
41 OBJ1-NEXT: ParentScope: 0x0
49 OBJ2-NEXT: ParentScope: 0x0
56 OBJ2-NEXT: ParentScope: 0x0
102 CHECK-NEXT: ParentScope: 0x0
108 CHECK-NEXT: ParentScope: 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dinlining.ll102 ; ASM: # ParentScope: 0x0
112 ; ASM: # ParentScope: 0x0
136 ; OBJ: ParentScope: 0x0
142 ; OBJ: ParentScope: 0x0
148 ; OBJ: ParentScope: 0x0
Dtypes-calling-conv.ll107 ; CHECK: ParentScope: 0x0
122 ; CHECK: ParentScope: 0x0
137 ; CHECK: ParentScope: 0x0
152 ; CHECK: ParentScope: 0x0
Dinlining-same-name.ll8 ; CHECK-NEXT: ParentScope: 0x0
Dtype-quals.ll83 ; CHECK: ParentScope: 0x0
214 ; CHECK: ParentScope: 0x0
235 ; CHECK: ParentScope: 0x0
Dtypes-array.ll32 ; CHECK: ParentScope: 0x0
Dscopes.ll24 ; CHECK-NEXT: ParentScope: foo::bar ({{.*}})
Dtypes-recursive-struct.ll41 ; CHECK: ParentScope: 0x0
/external/llvm/test/DebugInfo/COFF/
Dinlining.ll97 ; ASM: # ParentScope: 0x0
107 ; ASM: # ParentScope: 0x0
131 ; OBJ: ParentScope: 0x0
137 ; OBJ: ParentScope: 0x0
143 ; OBJ: ParentScope: 0x0
Dtypes-calling-conv.ll107 ; CHECK: ParentScope: 0x0
122 ; CHECK: ParentScope: 0x0
137 ; CHECK: ParentScope: 0x0
152 ; CHECK: ParentScope: 0x0
Dinlining-same-name.ll8 ; CHECK-NEXT: ParentScope: 0x0
Dtypes-array.ll32 ; CHECK: ParentScope: 0x0
Dscopes.ll24 ; CHECK-NEXT: ParentScope: foo::bar ({{.*}})
Dtypes-recursive-struct.ll41 ; CHECK: ParentScope: 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcv-loc-unreachable.s163 # ParentScope: 0x0
174 # ParentScope: 0x0
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
716 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
726 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
734 TypeIndex ParentScope; member
739 TypeIndex ParentScope; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h595 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
596 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
599 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
603 TypeIndex ParentScope; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DDebugInfo.h238 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope,
255 LLVMMetadataRef ParentScope,
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dcoff-debug.ll59 ; CHECK: ParentScope: 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp778 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateModule() argument
784 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule()
791 LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateNameSpace() argument
795 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp291 checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope); in TEST_F()
435 checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope); in TEST_F()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp233 return FuncIdRecord(L->ParentScope, L->FunctionType, Name); in deserialize()
492 Success &= remapIndex(IndexMap, ParentScope); in remapTypeIndices()
/external/clang/lib/Parse/
DParser.cpp1039 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
1042 Decl *DP = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()
1069 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
1072 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition()

12