Home
last modified time | relevance | path

Searched refs:tryGetCorrectedScopeName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h213 std::optional<StringRef> tryGetCorrectedScopeName(StringRef ScopeName) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp261 AttributeCommonInfo::tryGetCorrectedScopeName(StringRef ScopeName) const { in tryGetCorrectedScopeName() function in AttributeCommonInfo
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8039 AL.tryGetCorrectedScopeName(ScopeName); in DiagnoseUnknownAttribute()