Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h125 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } getScope() function
126 const Scope &getScope(unsigned Idx) const { return Scopes[Idx]; } getScope() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp34 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
H A DDebugInfoMetadata.cpp340 DIScope *DIScope::getScope() const { getScope() function in DIScope
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h753 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
1804 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
1940 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } getScope() function
2163 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } getScope() function
2394 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
2458 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
2606 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h206 Scope *getScope() const { return S; } getScope() function
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp558 static SPIRV::Scope::Scope getScope(SyncScope::ID Ord) { getScope() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp158 SIAtomicScope getScope() const { getScope() function in __anond7d82e590111::SIMemOpInfo
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h616 Scope getScope() const { return static_cast<Scope>(S); } getScope() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6446 Expr *getScope() const { getScope() function