Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h35 enum TypeSpecifierType { enum
/external/clang/lib/AST/
DTypeLoc.cpp196 TypeSpecifierType BuiltinTypeLoc::getWrittenTypeSpec() const { in getWrittenTypeSpec()
198 return static_cast<TypeSpecifierType>(getWrittenBuiltinSpecs().Type); in getWrittenTypeSpec()
/external/clang/include/clang/AST/
DTypeLoc.h492 TypeSpecifierType getWrittenTypeSpec() const;
496 void setWrittenTypeSpec(TypeSpecifierType written) { in setWrittenTypeSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h237 typedef TypeSpecifierType TST;
DSema.h857 TypeSpecifierType isTagName(IdentifierInfo &II, Scope *S);
3700 TypeSpecifierType TagSpec,
/external/clang/lib/Sema/
DSemaTemplate.cpp2081 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType()