Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp159 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 DQualTypeNames.cpp240 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
H A DType.cpp3110 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 DODRHash.cpp131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp567 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DTextNodeDumper.cpp922 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
H A DItaniumMangle.cpp1378 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
2163 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTImporter.cpp9708 case NestedNameSpecifier::TypeSpec: in Import()
9772 case NestedNameSpecifier::TypeSpec: in Import()
H A DASTContext.cpp6894 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
7262 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp117 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 DSveEmitter.cpp49 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 DAbstractBasicWriter.h262 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
H A DAbstractBasicReader.h281 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
H A DNestedNameSpecifier.h90 TypeSpec, enumerator
H A DRecursiveASTVisitor.h793 case NestedNameSpecifier::TypeSpec:
818 case NestedNameSpecifier::TypeSpec:
H A DType.h6721 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
6725 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp286 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp149 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1010 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp230 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaType.cpp5246 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5306 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6098 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp66 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
523 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp4478 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp964 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp259 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()

12