| /freebsd/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 | 240 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
|
| H A D | Type.cpp | 3110 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument 3111 switch (TypeSpec) { in getKeywordForTypeSpec() 3130 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument 3131 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
|
| H A D | ODRHash.cpp | 131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
|
| H A D | ASTStructuralEquivalence.cpp | 567 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
|
| H A D | TextNodeDumper.cpp | 922 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
|
| H A D | ItaniumMangle.cpp | 1378 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix() 2163 case NestedNameSpecifier::TypeSpec: in manglePrefix()
|
| H A D | ASTImporter.cpp | 9708 case NestedNameSpecifier::TypeSpec: in Import() 9772 case NestedNameSpecifier::TypeSpec: in Import()
|
| H A D | ASTContext.cpp | 6894 case NestedNameSpecifier::TypeSpec: in isSameQualifier() 7262 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| 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 …]
|
| H A D | SveEmitter.cpp | 49 using TypeSpec = std::string; typedef 160 TypeSpec BaseTypeSpec; 186 uint64_t Flags, ArrayRef<ImmCheck> ImmChecks, TypeSpec BT, 195 TypeSpec getBaseTypeSpec() const { return BaseTypeSpec; } in getBaseTypeSpec() 282 std::string replaceTemplatedArgs(std::string Name, TypeSpec TS, 966 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic() 1008 std::string Intrinsic::replaceTemplatedArgs(std::string Name, TypeSpec TS, in replaceTemplatedArgs() 1193 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() 1194 TypeSpec Acc; in createIntrinsic() 1198 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 262 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
|
| H A D | AbstractBasicReader.h | 281 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 90 TypeSpec, enumerator
|
| H A D | RecursiveASTVisitor.h | 793 case NestedNameSpecifier::TypeSpec: 818 case NestedNameSpecifier::TypeSpec:
|
| H A D | Type.h | 6721 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec); 6725 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 286 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 149 case NestedNameSpecifier::TypeSpec: in computeDeclContext() 1010 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
|
| H A D | AnalysisBasedWarnings.cpp | 230 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
|
| H A D | SemaType.cpp | 5246 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator() 5306 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator() 6098 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 66 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName() 523 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
|
| H A D | SemaLookup.cpp | 4478 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 964 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 259 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()
|