Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1494 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1532 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1549 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp2861 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h5387 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5390 return getKeywordName(getKeywordForTagTypeKind(Kind));