Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.h118 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } in getScope() function
119 const Scope &getScope(unsigned Idx) const { return Scopes[Idx]; } in getScope() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugLoc.cpp34 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
H A DDebugInfoMetadata.cpp273 DIScope *DIScope::getScope() const { in getScope() function in DIScope
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h742 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1652 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2040 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2125 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2347 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2411 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2556 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaInternal.h206 Scope *getScope() const { return S; } in getScope() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp73 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) { in getScope() function in llvm::jitlink::MachOLinkGraphBuilder
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp158 SIAtomicScope getScope() const { in getScope() function in __anon623980fe0111::SIMemOpInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp551 static SPIRV::Scope::Scope getScope(SyncScope::ID Ord) { in getScope() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h439 unsigned getScope() const { return Scope; } in getScope() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h598 Scope getScope() const { return static_cast<Scope>(S); } in getScope() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h6275 Expr *getScope() const { in getScope() function