| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 46 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, 1016 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() 1017 TypeSpec Acc; in createIntrinsic() [all …]
|
| H A D | NeonEmitter.cpp | 118 class TypeSpec : public std::string { class 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; 1952 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic() 1958 std::vector<std::pair<TypeSpec, TypeSpec>> NewTypeSpecs; in createIntrinsic() 1960 std::vector<TypeSpec> ProductTypeSpecs = TypeSpec::fromTypeSpecs(CartesianProductWith); in createIntrinsic() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 159 return TypeSpec; in getKind() 227 case TypeSpec: in getDependence() 285 case TypeSpec: { in print() 375 case NestedNameSpecifier::TypeSpec: in getLocalDataLength() 439 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange() 453 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec && in getTypeLoc() 650 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
|
| H A D | QualTypeNames.cpp | 237 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
|
| H A D | Type.cpp | 2796 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument 2797 switch (TypeSpec) { in getKeywordForTypeSpec() 2809 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument 2810 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
|
| H A D | ODRHash.cpp | 128 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 444 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 1285 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix() 1998 case NestedNameSpecifier::TypeSpec: in manglePrefix()
|
| H A D | ASTImporter.cpp | 8742 case NestedNameSpecifier::TypeSpec: in Import() 8807 case NestedNameSpecifier::TypeSpec: in Import()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 257 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
|
| H A D | AbstractBasicReader.h | 271 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
| H A D | RecursiveASTVisitor.h | 699 case NestedNameSpecifier::TypeSpec: 724 case NestedNameSpecifier::TypeSpec:
|
| H A D | Type.h | 5371 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec); 5375 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 287 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 150 case NestedNameSpecifier::TypeSpec: in computeDeclContext() 1067 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
|
| H A D | AnalysisBasedWarnings.cpp | 203 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
|
| H A D | SemaType.cpp | 5381 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator() 5441 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator() 6142 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName() 512 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
|
| H A D | SemaLookup.cpp | 4216 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
|
| H A D | SemaTemplate.cpp | 6199 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 958 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2991 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
|
| H A D | ASTWriter.cpp | 5397 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
|