Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1543 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1581 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1598 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp2906 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp232 .append(ElaboratedType::getKeywordName(Keyword), in getFragmentsForType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h5520 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5523 return getKeywordName(getKeywordForTagTypeKind(Kind));