Searched refs:TypeSpec (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp147 return TypeSpec;
211 case TypeSpec:
233 case TypeSpec:
252 case TypeSpec:
295 case TypeSpec: {
360 case NestedNameSpecifier::TypeSpec:
425 case NestedNameSpecifier::TypeSpec: {
439 assert((Qualifier->getKind() == NestedNameSpecifier::TypeSpec ||
637 case NestedNameSpecifier::TypeSpec:
H A DType.cpp2378 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) {
2379 switch (TypeSpec) {
2391 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) {
2392 switch(TypeSpec) {
H A DItaniumMangle.cpp1110 case NestedNameSpecifier::TypeSpec:
1628 case NestedNameSpecifier::TypeSpec:
H A DASTImporter.cpp6263 case NestedNameSpecifier::TypeSpec:
H A DASTContext.cpp4462 case NestedNameSpecifier::TypeSpec:
4477 // Otherwise, just canonicalize the type, and force it to be a TypeSpec.
4478 // FIXME: Why are TypeSpec and TypeSpecWithTemplate distinct in the
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp102 // TypeSpec
105 /// A TypeSpec is just a simple wrapper around a string, but gets its own type
108 /// A TypeSpec can be used to create a type.
109 class TypeSpec : public std::string { class in namespace:__anon3371
111 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) {
112 std::vector<TypeSpec> Ret;
113 TypeSpec Acc;
117 Ret.push_back(TypeSpec(Acc));
134 TypeSpec TS;
138 // they are not related to the type. But they live in the TypeSpec (no
[all...]
/external/fmtlib/fmt/
H A Dformat.h1694 struct TypeSpec : EmptySpec { struct in namespace:fmt
1753 template <typename T, typename SpecT = TypeSpec<0>, typename Char = char>
1784 IntFormatSpec<int, TypeSpec<'b'> > bin(int value);
1789 IntFormatSpec<int, TypeSpec<'o'> > oct(int value);
1795 IntFormatSpec<int, TypeSpec<'x'> > hex(int value);
1801 IntFormatSpec<int, TypeSpec<'X'> > hexu(int value);
1822 inline IntFormatSpec<TYPE, TypeSpec<'b'> > bin(TYPE value) { \
1823 return IntFormatSpec<TYPE, TypeSpec<'b'> >(value, TypeSpec<'b'>()); \
1826 inline IntFormatSpec<TYPE, TypeSpec<'
[all...]
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h82 TypeSpec, enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
H A DRecursiveASTVisitor.h714 case NestedNameSpecifier::TypeSpec:
739 case NestedNameSpecifier::TypeSpec:
H A DType.h4399 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
4403 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/external/clang/lib/CodeGen/
H A DCGCXX.cpp292 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) &&
/external/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp180 case NestedNameSpecifier::TypeSpec:
/external/clang/lib/Tooling/Core/
H A DQualTypeNames.cpp253 case NestedNameSpecifier::TypeSpec:
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp152 case NestedNameSpecifier::TypeSpec:
1041 case NestedNameSpecifier::TypeSpec:
H A DAnalysisBasedWarnings.cpp183 if (NNS->getKind() == NestedNameSpecifier::TypeSpec &&
H A DSemaExprCXX.cpp56 case NestedNameSpecifier::TypeSpec:
351 case NestedNameSpecifier::TypeSpec:
H A DSemaType.cpp4344 case NestedNameSpecifier::TypeSpec:
5042 case NestedNameSpecifier::TypeSpec:
H A DSemaLookup.cpp3841 case NestedNameSpecifier::TypeSpec:
H A DSemaTemplate.cpp4263 case NestedNameSpecifier::TypeSpec:
/external/abi-dumper/
H A Dabi-dumper.pl349 my %TypeSpec;
3725 $TypeSpec{$ID} = $BASE_ID;
4534 if(defined $TypeSpec{$Tid}) {
4535 $Tid = $TypeSpec{$Tid};
5842 %TypeSpec = ();
/external/fmtlib/test/
H A Dformat-test.cc378 fmt::IntFormatSpec<int, fmt::TypeSpec<'x'> > (*phex)(int value) = hex;
381 //fmt::IntFormatSpec<short, fmt::TypeSpec<'x'> > (*phex2)(short value) = hex;
/external/clang/lib/Serialization/
H A DASTWriter.cpp5195 case NestedNameSpecifier::TypeSpec:
5246 case NestedNameSpecifier::TypeSpec:
H A DASTReader.cpp8052 case NestedNameSpecifier::TypeSpec:
8110 case NestedNameSpecifier::TypeSpec:
H A DASTReaderDecl.cpp2599 case NestedNameSpecifier::TypeSpec:
/external/clang/tools/libclang/
H A DCIndex.cpp1298 case NestedNameSpecifier::TypeSpec: {
1349 case NestedNameSpecifier::TypeSpec:

Completed in 620 milliseconds

12