Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp151 std::string AttributeCommonInfo::getNormalizedFullName() const { in getNormalizedFullName() function in AttributeCommonInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h192 std::string getNormalizedFullName() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp129 std::string FullName = A.getNormalizedFullName(); in get()
H A DSemaDeclAttr.cpp3452 std::string NewAttr = CI.getNormalizedFullName(); in mergeErrorAttr()