Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1614 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1658 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1675 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp3138 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp262 .append(ElaboratedType::getKeywordName(Keyword), in getFragmentsForType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5823 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5826 return getKeywordName(getKeywordForTagTypeKind(Kind));