Home
last modified time | relevance | path

Searched refs:TypeSpec (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp156 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 DQualTypeNames.cpp237 case NestedNameSpecifier::TypeSpec: { in getFullyQualifiedNestedNameSpecifier()
H A DType.cpp3223 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 DODRHash.cpp133 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp606 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp1396 case NestedNameSpecifier::TypeSpec: { in mangleUnresolvedPrefix()
2195 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DTextNodeDumper.cpp1057 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
H A DASTContext.cpp7421 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 DASTImporter.cpp10087 case NestedNameSpecifier::TypeSpec: in Import()
10147 case NestedNameSpecifier::TypeSpec: { in Import()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp122 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 DSveEmitter.cpp51 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 DAbstractBasicWriter.h261 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
H A DAbstractBasicReader.h280 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
H A DNestedNameSpecifier.h89 TypeSpec, enumerator
H A DASTNodeTraverser.h399 K == NestedNameSpecifier::TypeSpec) in VisitMemberPointerType()
H A DRecursiveASTVisitor.h797 case NestedNameSpecifier::TypeSpec:
821 case NestedNameSpecifier::TypeSpec:
H A DType.h7086 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
7090 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp284 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp279 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp145 case NestedNameSpecifier::TypeSpec: { in computeDeclContext()
1001 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DHeuristicResolver.cpp411 case NestedNameSpecifier::TypeSpec: in resolveNestedNameSpecifierToType()
H A DAnalysisBasedWarnings.cpp232 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaLookup.cpp4572 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp956 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp252 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()

12