Searched refs:getTagTypeKindName (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h2713 return TypeWithKeyword::getTagTypeKindName(getTagKind());
H A DType.h3986 static StringRef getTagTypeKindName(TagTypeKind Kind) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeWithKeyword
/external/clang/lib/Sema/
H A DSemaDecl.cpp10688 TypeWithKeyword::getTagTypeKindName(NewTag));
10713 TypeWithKeyword::getTagTypeKindName(Redecl->getTagKind()));
10785 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;
H A DSemaDeclCXX.cpp11638 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;

Completed in 1793 milliseconds