Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.cpp118 class TypeSpec : public std::string { class
120 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) { in fromTypeSpecs()
121 std::vector<TypeSpec> Ret; in fromTypeSpecs()
122 TypeSpec Acc; in fromTypeSpecs()
126 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs()
143 TypeSpec TS;
167 Type(TypeSpec TS, StringRef CharMods) in Type()
315 TypeSpec OutTS, InTS;
369 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic()
370 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, in Intrinsic()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp159 return TypeSpec; in getKind()
227 case TypeSpec: in getDependence()
285 case TypeSpec: { in print()
375 case NestedNameSpecifier::TypeSpec: in getLocalDataLength()
438 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange()
452 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec && in getTypeLoc()
649 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
H A DQualTypeNames.cpp237 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
H A DType.cpp2793 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
2794 switch (TypeSpec) { in getKeywordForTypeSpec()
2806 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
2807 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
H A DODRHash.cpp128 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp443 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp1282 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
1991 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTImporter.cpp8613 case NestedNameSpecifier::TypeSpec: in Import()
8678 case NestedNameSpecifier::TypeSpec: in Import()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicWriter.h257 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
H A DAbstractBasicReader.h271 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
H A DNestedNameSpecifier.h90 TypeSpec, enumerator
H A DRecursiveASTVisitor.h701 case NestedNameSpecifier::TypeSpec:
726 case NestedNameSpecifier::TypeSpec:
H A DType.h5371 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
5375 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp287 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp150 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1053 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp203 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaType.cpp5348 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5408 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6109 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
495 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp4206 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp958 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1360 case NestedNameSpecifier::TypeSpec: { in VisitNestedNameSpecifier()
1409 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifierLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2973 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
H A DASTWriter.cpp5397 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()

12