Home
last modified time | relevance | path

Searched refs:hasScope (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDemangledNameInfo.h79 bool hasScope() const { return ScopeRange.second >= ScopeRange.first; } in hasScope() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h198 bool hasScope() const { return AttrScope.isValid(); } in hasScope() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp219 return hasScope() ? SourceRange(AttrScope.getNameLoc(), AttrRange.getEnd()) in getNormalizedRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp351 if (!info.hasScope()) in GetDemangledScope()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp511 if (At->hasScope()) { in FormatASTNodeDiagnosticArgument()