Home
last modified time | relevance | path

Searched defs:getScope (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp35 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
DDebugInfoMetadata.cpp215 DIScope *DIScope::getScope() const { in getScope() function in DIScope
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource6.ts44 public getScope(): SymbolScope { method in EnclosingScopeContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h628 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1435 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
1791 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1855 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2064 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2118 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2252 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
/third_party/typescript/tests/baselines/reference/
DparserRealSource6.js268 EnclosingScopeContext.prototype.getScope = function () { method in EnclosingScopeContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp66 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) { in getScope() function in llvm::jitlink::MachOLinkGraphBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp154 SIAtomicScope getScope() const { in getScope() function in __anonb35996f20111::SIMemOpInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h486 Scope getScope() const { return static_cast<Scope>(S); } in getScope() function