| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 156 return TypeSpec; in getKind() 220 case TypeSpec: { in getDependence() 257 case SpecifierKind::TypeSpec: { in translateToType() 327 case TypeSpec: { in print() 376 case NestedNameSpecifier::TypeSpec: in getLocalDataLength() 427 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange() 441 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec) in getTypeLoc() 634 case NestedNameSpecifier::TypeSpec: { in MakeTrivial()
|
| H A D | QualTypeNames.cpp | 237 case NestedNameSpecifier::TypeSpec: { in getFullyQualifiedNestedNameSpecifier()
|
| H A D | Type.cpp | 3223 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument 3224 switch (TypeSpec) { in getKeywordForTypeSpec() 3242 TagTypeKind TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument 3243 switch (TypeSpec) { in getTagTypeKindForTypeSpec()
|
| H A D | ODRHash.cpp | 133 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 606 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 1396 case NestedNameSpecifier::TypeSpec: { in mangleUnresolvedPrefix() 2195 case NestedNameSpecifier::TypeSpec: in manglePrefix()
|
| H A D | TextNodeDumper.cpp | 1057 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
|
| H A D | ASTContext.cpp | 7421 case NestedNameSpecifier::TypeSpec: in isSameQualifier() 7856 case NestedNameSpecifier::TypeSpec: { in getCanonicalNestedNameSpecifier() 13742 case NestedNameSpecifier::SpecifierKind::TypeSpec: { in getCommonNNS() 13747 assert(K2 == NestedNameSpecifier::SpecifierKind::TypeSpec); in getCommonNNS()
|
| H A D | ASTImporter.cpp | 10087 case NestedNameSpecifier::TypeSpec: in Import() 10147 case NestedNameSpecifier::TypeSpec: { in Import()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 122 class TypeSpec : public std::string { class 124 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) { in fromTypeSpecs() 125 std::vector<TypeSpec> Ret; in fromTypeSpecs() 126 TypeSpec Acc; in fromTypeSpecs() 130 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs() 147 TypeSpec TS; 164 Type(TypeSpec TS, StringRef CharMods) in Type() 314 TypeSpec OutTS, InTS; 372 Intrinsic(const Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic() 373 TypeSpec InTS, ClassKind CK, const ListInit *Body, in Intrinsic() [all …]
|
| H A D | SveEmitter.cpp | 51 using TypeSpec = std::string; typedef 163 TypeSpec BaseTypeSpec; 191 uint64_t Flags, ArrayRef<ImmCheck> ImmChecks, TypeSpec BT, 200 TypeSpec getBaseTypeSpec() const { return BaseTypeSpec; } in getBaseTypeSpec() 289 std::string replaceTemplatedArgs(std::string Name, TypeSpec TS, 967 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic() 1023 std::string Intrinsic::replaceTemplatedArgs(std::string Name, TypeSpec TS, in replaceTemplatedArgs() 1220 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() 1221 TypeSpec Acc; in createIntrinsic() 1225 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 261 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
|
| H A D | AbstractBasicReader.h | 280 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 89 TypeSpec, enumerator
|
| H A D | ASTNodeTraverser.h | 399 K == NestedNameSpecifier::TypeSpec) in VisitMemberPointerType()
|
| H A D | RecursiveASTVisitor.h | 797 case NestedNameSpecifier::TypeSpec: 821 case NestedNameSpecifier::TypeSpec:
|
| H A D | Type.h | 7086 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec); 7090 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 284 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 279 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 145 case NestedNameSpecifier::TypeSpec: { in computeDeclContext() 1001 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
|
| H A D | HeuristicResolver.cpp | 411 case NestedNameSpecifier::TypeSpec: in resolveNestedNameSpecifierToType()
|
| H A D | AnalysisBasedWarnings.cpp | 232 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
|
| H A D | SemaLookup.cpp | 4572 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 956 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 252 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()
|