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

Declarations

tools/clang/include/clang/AST/Type.h
 5183   static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1165       TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
tools/clang/lib/Sema/TreeTransform.h
 1075     TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
 6187             << ElaboratedType::getTagTypeKindForKeyword(T->getKeyword());