Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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.cpp3048 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
3049 switch (TypeSpec) { in getKeywordForTypeSpec()
3068 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
3069 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
H A DODRHash.cpp131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp557 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DTextNodeDumper.cpp808 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
H A DItaniumMangle.cpp1377 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
2162 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTContext.cpp6445 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
6813 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
H A DASTImporter.cpp9614 case NestedNameSpecifier::TypeSpec: in Import()
9678 case NestedNameSpecifier::TypeSpec: in Import()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp117 class TypeSpec : public std::string { class
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;
1971 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic()
1977 std::vector<std::pair<TypeSpec, TypeSpec>> NewTypeSpecs; in createIntrinsic()
1979 std::vector<TypeSpec> ProductTypeSpecs = TypeSpec::fromTypeSpecs(CartesianProductWith); in createIntrinsic()
[all …]
H A DSveEmitter.cpp49 using TypeSpec = std::string; typedef
160 TypeSpec BaseTypeSpec;
186 uint64_t Flags, ArrayRef<ImmCheck> ImmChecks, TypeSpec BT,
194 TypeSpec getBaseTypeSpec() const { return BaseTypeSpec; } in getBaseTypeSpec()
261 std::string replaceTemplatedArgs(std::string Name, TypeSpec TS,
945 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
986 std::string Intrinsic::replaceTemplatedArgs(std::string Name, TypeSpec TS, in replaceTemplatedArgs()
1170 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic()
1171 TypeSpec Acc; in createIntrinsic()
1175 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()
/freebsd-14.2/contrib/llvm-project/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.h772 case NestedNameSpecifier::TypeSpec:
797 case NestedNameSpecifier::TypeSpec:
H A DType.h5807 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
5811 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp277 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp169 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1050 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp230 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaType.cpp5678 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5738 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6509 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp66 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
524 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp4547 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp235 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp963 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()

12