Home
last modified time | relevance | path

Searched refs:TypeSpec (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp46 using TypeSpec = std::string; typedef
67 TypeSpec TS;
73 SVEType() : SVEType(TypeSpec(), 'v') {} in SVEType()
75 SVEType(TypeSpec TS, char CharMod) in SVEType()
149 TypeSpec BaseTypeSpec;
175 uint64_t Flags, ArrayRef<ImmCheck> ImmChecks, TypeSpec BT,
183 TypeSpec getBaseTypeSpec() const { return BaseTypeSpec; } in getBaseTypeSpec()
236 std::string replaceTemplatedArgs(std::string Name, TypeSpec TS,
815 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
853 std::string Intrinsic::replaceTemplatedArgs(std::string Name, TypeSpec TS, in replaceTemplatedArgs()
[all …]
H A DNeonEmitter.cpp117 class TypeSpec : public std::string { class
119 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) { in fromTypeSpecs()
120 std::vector<TypeSpec> Ret; in fromTypeSpecs()
121 TypeSpec Acc; in fromTypeSpecs()
125 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs()
142 TypeSpec TS;
166 Type(TypeSpec TS, StringRef CharMods) in Type()
314 TypeSpec OutTS, InTS;
370 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic()
371 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, in Intrinsic()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DNestedNameSpecifier.cpp159 return TypeSpec; in getKind()
227 case TypeSpec: in getDependence()
285 case TypeSpec: { in print()
376 case NestedNameSpecifier::TypeSpec: in getLocalDataLength()
440 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange()
454 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec && in getTypeLoc()
651 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
H A DQualTypeNames.cpp239 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
H A DType.cpp2845 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
2846 switch (TypeSpec) { in getKeywordForTypeSpec()
2858 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
2859 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
H A DODRHash.cpp131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp476 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp1319 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
2043 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTImporter.cpp9274 case NestedNameSpecifier::TypeSpec: in Import()
9338 case NestedNameSpecifier::TypeSpec: in Import()
H A DASTContext.cpp6430 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
6806 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAbstractBasicWriter.h254 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
H A DAbstractBasicReader.h272 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
H A DNestedNameSpecifier.h90 TypeSpec, enumerator
H A DRecursiveASTVisitor.h780 case NestedNameSpecifier::TypeSpec:
805 case NestedNameSpecifier::TypeSpec:
H A DType.h5606 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
5610 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXX.cpp279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp150 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1074 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp207 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaType.cpp5551 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5611 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6356 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp63 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
518 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp4529 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp142 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp963 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1435 case NestedNameSpecifier::TypeSpec: { in VisitNestedNameSpecifier()
1484 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifierLoc()

12