Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1289 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1327 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1344 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp2582 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h5111 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5114 return getKeywordName(getKeywordForTagTypeKind(Kind));