Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DAttributes.cpp118 std::string AttributeCommonInfo::getNormalizedFullName() const { in getNormalizedFullName() function in AttributeCommonInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h143 std::string getNormalizedFullName() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp132 std::string FullName = A.getNormalizedFullName(); in get()
H A DSemaDeclAttr.cpp3771 std::string NewAttr = CI.getNormalizedFullName(); in mergeErrorAttr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp302 return A->getAttrName() ? A->getNormalizedFullName() : A->getSpelling(); in getDetail()