Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h40 enum TypeSpecifierType { enum
/external/clang/lib/AST/
DTypeLoc.cpp289 TypeSpecifierType BuiltinTypeLoc::getWrittenTypeSpec() const { in getWrittenTypeSpec()
291 return static_cast<TypeSpecifierType>(getWrittenBuiltinSpecs().Type); in getWrittenTypeSpec()
/external/clang/include/clang/AST/
DTypeLoc.h586 TypeSpecifierType getWrittenTypeSpec() const;
590 void setWrittenTypeSpec(TypeSpecifierType written) { in setWrittenTypeSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h271 typedef TypeSpecifierType TST;
DSema.h1492 TypeSpecifierType isTagName(IdentifierInfo &II, Scope *S);
5644 TypeSpecifierType TagSpec,
/external/clang/lib/Sema/
DSemaTemplate.cpp2307 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType()