| /netbsd-src/external/apache2/llvm/dist/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 | 118 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 D | NestedNameSpecifier.cpp | 159 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 D | QualTypeNames.cpp | 237 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
|
| H A D | Type.cpp | 2793 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 D | ODRHash.cpp | 128 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 443 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 1282 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix() 1991 case NestedNameSpecifier::TypeSpec: in manglePrefix()
|
| H A D | ASTImporter.cpp | 8613 case NestedNameSpecifier::TypeSpec: in Import() 8678 case NestedNameSpecifier::TypeSpec: in Import()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 701 case NestedNameSpecifier::TypeSpec: 726 case NestedNameSpecifier::TypeSpec:
|
| H A D | Type.h | 5371 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec); 5375 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 287 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 150 case NestedNameSpecifier::TypeSpec: in computeDeclContext() 1053 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
|
| H A D | AnalysisBasedWarnings.cpp | 203 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
|
| H A D | SemaType.cpp | 5348 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator() 5408 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator() 6109 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName() 495 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
|
| H A D | SemaLookup.cpp | 4206 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 958 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1360 case NestedNameSpecifier::TypeSpec: { in VisitNestedNameSpecifier() 1409 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifierLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2973 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
|
| H A D | ASTWriter.cpp | 5397 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
|