Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h210 StringRef getNormalizedScopeName() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp143 StringRef AttributeCommonInfo::getNormalizedScopeName() const { in getNormalizedScopeName() function in AttributeCommonInfo
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8037 StringRef ScopeName = AL.getNormalizedScopeName(); in DiagnoseUnknownAttribute()