Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1678 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1733 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1750 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp3200 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp286 .append(ElaboratedType::getKeywordName(Keyword), in getFragmentsForType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6737 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
6740 return getKeywordName(getKeywordForTagTypeKind(Kind));