Searched defs:TypeSpec (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h81 TypeSpec, enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
/external/clang/lib/AST/
H A DType.cpp1366 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { argument
1367 switch (TypeSpec) {
1379 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { argument
1380 switch(TypeSpec) {
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp99 // TypeSpec
102 /// A TypeSpec is just a simple wrapper around a string, but gets its own type
105 /// A TypeSpec can be used to create a type.
106 class TypeSpec : public std::string { class in namespace:__anon19562
108 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) {
109 std::vector<TypeSpec> Ret;
110 TypeSpec Acc;
114 Ret.push_back(TypeSpec(Acc));
131 TypeSpec TS;
135 // they are not related to the type. But they live in the TypeSpec (no
[all...]

Completed in 159 milliseconds