Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
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/
DDebugLoc.cpp34 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
DDebugInfoMetadata.cpp273 DIScope *DIScope::getScope() const { in getScope() function in DIScope
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
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/
DSemaInternal.h206 Scope *getScope() const { return S; } in getScope() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
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/
DSIMemoryLegalizer.cpp158 SIAtomicScope getScope() const { in getScope() function in __anon67843ec30111::SIMemOpInfo
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenDAGPatterns.h439 unsigned getScope() const { return Scope; } in getScope() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h598 Scope getScope() const { return static_cast<Scope>(S); } in getScope() function
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExpr.h6275 Expr *getScope() const { in getScope() function