| /freebsd-14.2/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() 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 D | QualTypeNames.cpp | 239 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
|
| H A D | Type.cpp | 3048 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 D | ODRHash.cpp | 131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 557 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
|
| H A D | TextNodeDumper.cpp | 808 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
|
| H A D | ItaniumMangle.cpp | 1377 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix() 2162 case NestedNameSpecifier::TypeSpec: in manglePrefix()
|
| H A D | ASTContext.cpp | 6445 case NestedNameSpecifier::TypeSpec: in isSameQualifier() 6813 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
|
| H A D | ASTImporter.cpp | 9614 case NestedNameSpecifier::TypeSpec: in Import() 9678 case NestedNameSpecifier::TypeSpec: in Import()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 117 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 D | SveEmitter.cpp | 49 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 D | AbstractBasicWriter.h | 254 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
|
| H A D | AbstractBasicReader.h | 272 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
| H A D | RecursiveASTVisitor.h | 772 case NestedNameSpecifier::TypeSpec: 797 case NestedNameSpecifier::TypeSpec:
|
| H A D | Type.h | 5807 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec); 5811 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 277 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 169 case NestedNameSpecifier::TypeSpec: in computeDeclContext() 1050 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
|
| H A D | AnalysisBasedWarnings.cpp | 230 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
|
| H A D | SemaType.cpp | 5678 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator() 5738 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator() 6509 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 66 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName() 524 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
|
| H A D | SemaLookup.cpp | 4547 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 235 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 963 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
|