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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2678 return TypeWithKeyword::getTagTypeKindName(getTagKind());
H A DType.h3961 static const char *getTagTypeKindName(TagTypeKind Kind) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeWithKeyword
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp10291 TypeWithKeyword::getTagTypeKindName(NewTag));
10316 TypeWithKeyword::getTagTypeKindName(Redecl->getTagKind()));
10384 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;
H A DSemaDeclCXX.cpp11352 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;

Completed in 188 milliseconds