Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp35 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
H A DDebugInfoMetadata.cpp237 DIScope *DIScope::getScope() const { in getScope() function in DIScope
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h97 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } in getScope() function
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.cpp55 int LDAPUrl::getScope() const in getScope() function in LDAPUrl
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h707 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1609 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
1999 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2069 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2283 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2349 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2499 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h206 Scope *getScope() const { return S; } in getScope() function
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp69 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) { in getScope() function in llvm::jitlink::MachOLinkGraphBuilder
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp158 SIAtomicScope getScope() const { in getScope() function in __anon145cc4880111::SIMemOpInfo
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h434 unsigned getScope() const { return Scope; } in getScope() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h521 Scope getScope() const { return static_cast<Scope>(S); } in getScope() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h6193 Expr *getScope() const { in getScope() function