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

Declarations

tools/clang/include/clang/AST/Type.h
 5178   static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);

References

tools/clang/include/clang/AST/Type.h
 5190     return getKeywordName(getKeywordForTagTypeKind(Kind));
tools/clang/lib/Sema/SemaDeclCXX.cpp
14658       = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
14694   ElaboratedTypeKeyword ETK = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
tools/clang/lib/Sema/SemaTemplate.cpp
 3566     = TypeWithKeyword::getKeywordForTagTypeKind(TagKind);
 9783   ElaboratedTypeKeyword Kwd = TypeWithKeyword::getKeywordForTagTypeKind(Kind);