reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 5187   static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);

References

tools/clang/include/clang/AST/Type.h
 5190     return getKeywordName(getKeywordForTagTypeKind(Kind));
tools/clang/lib/AST/TypePrinter.cpp
 1323     OS << TypeWithKeyword::getKeywordName(T->getKeyword());
 1361   OS << TypeWithKeyword::getKeywordName(T->getKeyword());
 1378   OS << TypeWithKeyword::getKeywordName(T->getKeyword());