Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DAttributes.cpp117 std::string AttributeCommonInfo::getNormalizedFullName() const { in getNormalizedFullName() function in AttributeCommonInfo
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h143 std::string getNormalizedFullName() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp132 std::string FullName = A.getNormalizedFullName(); in get()
H A DSemaDeclAttr.cpp3878 std::string NewAttr = CI.getNormalizedFullName(); in mergeErrorAttr()