Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h207 std::string getNormalizedFullName() const;
208 std::string getNormalizedFullName(StringRef ScopeName,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp206 std::string AttributeCommonInfo::getNormalizedFullName() const { in getNormalizedFullName() function in AttributeCommonInfo
212 AttributeCommonInfo::getNormalizedFullName(StringRef ScopeName, in getNormalizedFullName() function in AttributeCommonInfo
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp119 std::string FullName = A.getNormalizedFullName(); in get()
H A DSemaDeclAttr.cpp3877 std::string NewAttr = CI.getNormalizedFullName(); in mergeErrorAttr()
8053 AL.getNormalizedFullName(ScopeName, AttrName); in DiagnoseUnknownAttribute()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp512 OS << At->getNormalizedFullName(At->getScopeName()->getName(), in FormatASTNodeDiagnosticArgument()
533 OS << AT->getNormalizedFullName(); in FormatASTNodeDiagnosticArgument()