| /openbsd-src/gnu/llvm/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, 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 D | NeonEmitter.cpp | 117 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 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 | 2845 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 D | ODRHash.cpp | 131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 476 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 1319 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix() 2043 case NestedNameSpecifier::TypeSpec: in manglePrefix()
|
| H A D | ASTImporter.cpp | 9274 case NestedNameSpecifier::TypeSpec: in Import() 9338 case NestedNameSpecifier::TypeSpec: in Import()
|
| H A D | ASTContext.cpp | 6430 case NestedNameSpecifier::TypeSpec: in isSameQualifier() 6806 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
|
| /openbsd-src/gnu/llvm/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 | 780 case NestedNameSpecifier::TypeSpec: 805 case NestedNameSpecifier::TypeSpec:
|
| H A D | Type.h | 5606 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec); 5610 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 150 case NestedNameSpecifier::TypeSpec: in computeDeclContext() 1074 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
|
| H A D | AnalysisBasedWarnings.cpp | 207 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
|
| H A D | SemaType.cpp | 5551 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator() 5611 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator() 6356 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 63 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName() 518 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
|
| H A D | SemaLookup.cpp | 4529 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 142 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 963 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1435 case NestedNameSpecifier::TypeSpec: { in VisitNestedNameSpecifier() 1484 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifierLoc()
|