Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h45 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.h1528 TypeSpecifierType isTagName(IdentifierInfo &II, Scope *S);
5769 TypeSpecifierType TagSpec,
/external/clang/lib/Sema/
DSemaTemplate.cpp2345 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType()