Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp1055 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1088 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1104 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
DType.cpp2440 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/external/clang/include/clang/AST/
DType.h4243 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
4246 return getKeywordName(getKeywordForTagTypeKind(Kind));