Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp1093 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1127 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1143 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
DType.cpp2446 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/external/clang/include/clang/AST/
DType.h4415 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
4418 return getKeywordName(getKeywordForTagTypeKind(Kind));