Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp23 MDNode *DebugLoc::getScope() const { return DILocation(Loc).getScope(); } in getScope() function in DebugLoc
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugLoc.h69 MDNode *getScope(const LLVMContext &) const { return getScope(); } in getScope() function
H A DDebugInfo.h703 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); } in getScope() function
890 DIScope getScope() const { in getScope() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h206 Scope *getScope() const { return S; } in getScope() function
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp376 LocationContextManager::getScope(AnalysisDeclContext *ctx, in getScope() function in LocationContextManager