Home
last modified time | relevance | path

Searched refs:TypeSpecifierType (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h39 enum TypeSpecifierType { enum
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypeLoc.cpp289 TypeSpecifierType BuiltinTypeLoc::getWrittenTypeSpec() const { in getWrittenTypeSpec()
291 return static_cast<TypeSpecifierType>(getWrittenBuiltinSpecs().Type); in getWrittenTypeSpec()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h578 TypeSpecifierType getWrittenTypeSpec() const;
582 void setWrittenTypeSpec(TypeSpecifierType written) { in setWrittenTypeSpec()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h276 typedef TypeSpecifierType TST;
HDSema.h1455 TypeSpecifierType isTagName(IdentifierInfo &II, Scope *S);
5567 TypeSpecifierType TagSpec,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp2250 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType()