Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1498 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1536 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1553 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp2864 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5387 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5390 return getKeywordName(getKeywordForTagTypeKind(Kind));