/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 47 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/ |
D | codeview-merging.test | 26 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/ |
D | codeview-merging.test | 35 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/ |
D | inlining.ll | 102 ; ASM: # ParentScope: 0x0 112 ; ASM: # ParentScope: 0x0 136 ; OBJ: ParentScope: 0x0 142 ; OBJ: ParentScope: 0x0 148 ; OBJ: ParentScope: 0x0
|
D | types-calling-conv.ll | 107 ; CHECK: ParentScope: 0x0 122 ; CHECK: ParentScope: 0x0 137 ; CHECK: ParentScope: 0x0 152 ; CHECK: ParentScope: 0x0
|
D | inlining-same-name.ll | 8 ; CHECK-NEXT: ParentScope: 0x0
|
D | type-quals.ll | 83 ; CHECK: ParentScope: 0x0 214 ; CHECK: ParentScope: 0x0 235 ; CHECK: ParentScope: 0x0
|
D | types-array.ll | 32 ; CHECK: ParentScope: 0x0
|
D | scopes.ll | 24 ; CHECK-NEXT: ParentScope: foo::bar ({{.*}})
|
D | types-recursive-struct.ll | 41 ; CHECK: ParentScope: 0x0
|
/external/llvm/test/DebugInfo/COFF/ |
D | inlining.ll | 97 ; ASM: # ParentScope: 0x0 107 ; ASM: # ParentScope: 0x0 131 ; OBJ: ParentScope: 0x0 137 ; OBJ: ParentScope: 0x0 143 ; OBJ: ParentScope: 0x0
|
D | types-calling-conv.ll | 107 ; CHECK: ParentScope: 0x0 122 ; CHECK: ParentScope: 0x0 137 ; CHECK: ParentScope: 0x0 152 ; CHECK: ParentScope: 0x0
|
D | inlining-same-name.ll | 8 ; CHECK-NEXT: ParentScope: 0x0
|
D | types-array.ll | 32 ; CHECK: ParentScope: 0x0
|
D | scopes.ll | 24 ; CHECK-NEXT: ParentScope: foo::bar ({{.*}})
|
D | types-recursive-struct.ll | 41 ; CHECK: ParentScope: 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | cv-loc-unreachable.s | 163 # ParentScope: 0x0 174 # ParentScope: 0x0
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 715 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/ |
D | TypeRecord.h | 595 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/ |
D | DebugInfo.h | 238 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, 255 LLVMMetadataRef ParentScope,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | coff-debug.ll | 59 ; CHECK: ParentScope: 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 778 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/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 233 return FuncIdRecord(L->ParentScope, L->FunctionType, Name); in deserialize() 492 Success &= remapIndex(IndexMap, ParentScope); in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 291 checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope); in TEST_F() 435 checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope); in TEST_F()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1039 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()
|