Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h128 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } in getScope() function
129 const Scope &getScope(unsigned Idx) const { return Scopes[Idx]; } in getScope() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp34 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
H A DDebugInfoMetadata.cpp344 DIScope *DIScope::getScope() const { in getScope() function in DIScope
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h754 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1862 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1998 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2228 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2459 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2523 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2671 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h202 Scope *getScope() const { return S; } in getScope() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp74 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) { in getScope() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h428 unsigned getScope() const { return Scope; } in getScope() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp160 SIAtomicScope getScope() const { in getScope() function in __anone9343ac70111::SIMemOpInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h617 Scope getScope() const { return static_cast<Scope>(S); } in getScope() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp720 static SPIRV::Scope::Scope getScope(SyncScope::ID Ord, in getScope() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6657 Expr *getScope() const { in getScope() function