Home
last modified time | relevance | path

Searched refs:getKeywordName (Results 1 – 6 of 6) 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/llvm-project/clang/lib/AST/
DTypePrinter.cpp1457 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1495 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1512 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
DType.cpp2857 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));
/external/llvm-project/clang/include/clang/AST/
DType.h5362 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5365 return getKeywordName(getKeywordForTagTypeKind(Kind));