Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
/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 { getScope() function in DIScope
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h202 Scope *getScope() const { return S; } in getScope() function
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h754 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
1862 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
1998 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } getScope() function
2228 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } getScope() function
2459 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
2523 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
2671 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } getScope() function
[all...]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp74 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) { getScope() function in llvm::jitlink::MachOLinkGraphBuilder
/llvm-project/polly/lib/Support/
H A DSCEVAffinator.cpp88 Loop *SCEVAffinator::getScope() { return BB ? LI.getLoopFor(BB) : nullptr; } in getScope() function in SCEVAffinator
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp246 Scope CooperativeMatrixType::getScope() const { return getImpl()->scope; } getScope() function in CooperativeMatrixType
309 Scope JointMatrixINTELType::getScope() const { return getImpl()->scope; } getScope() function in JointMatrixINTELType
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h428 unsigned getScope() const { return Scope; } getScope() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp160 SIAtomicScope getScope() const { in getScope() function in __anonb377849a0111::SIMemOpInfo
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h617 Scope getScope() const { return static_cast<Scope>(S); } getScope() function
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp720 static SPIRV::Scope::Scope getScope(SyncScope::ID Ord, getScope() function
/llvm-project/flang/lib/Lower/
H A DPFTBuilder.cpp1833 Fortran::lower::pft::ModuleLikeUnit::getScope() const { getScope() function in Fortran::lower::pft::ModuleLikeUnit
/llvm-project/clang/include/clang/AST/
H A DExpr.h6638 Expr *getScope() const { getScope() function