Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h36 enum TypeSpecifierType { enum
/external/clang/lib/AST/
DTypeLoc.cpp219 TypeSpecifierType BuiltinTypeLoc::getWrittenTypeSpec() const { in getWrittenTypeSpec()
221 return static_cast<TypeSpecifierType>(getWrittenBuiltinSpecs().Type); in getWrittenTypeSpec()
/external/clang/utils/
DclangVisualizers.txt383 (clang::TypeSpecifierType)$e.TypeSpecType,
/external/clang/include/clang/AST/
DTypeLoc.h513 TypeSpecifierType getWrittenTypeSpec() const;
517 void setWrittenTypeSpec(TypeSpecifierType written) { in setWrittenTypeSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h250 typedef TypeSpecifierType TST;
DSema.h1232 TypeSpecifierType isTagName(IdentifierInfo &II, Scope *S);
4869 TypeSpecifierType TagSpec,
/external/clang/lib/Sema/
DSemaTemplate.cpp2184 TypeSpecifierType TagSpec, in ActOnTagTemplateIdType()