Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1544 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1582 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1599 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
H A DType.cpp2913 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName() function in TypeWithKeyword
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp233 .append(ElaboratedType::getKeywordName(Keyword), in getFragmentsForType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h5622 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
5625 return getKeywordName(getKeywordForTagTypeKind(Kind));