Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.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()
HDQualTypeNames.cpp240 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
HDType.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()
HDODRHash.cpp131 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
HDASTStructuralEquivalence.cpp567 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
HDTextNodeDumper.cpp922 case NestedNameSpecifier::TypeSpec: in dumpNestedNameSpecifier()
HDItaniumMangle.cpp1378 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
2163 case NestedNameSpecifier::TypeSpec: in manglePrefix()
HDASTImporter.cpp9708 case NestedNameSpecifier::TypeSpec: in Import()
9772 case NestedNameSpecifier::TypeSpec: in Import()
HDASTContext.cpp6894 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
7262 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/freebsd-head/contrib/llvm-project/clang/utils/TableGen/
HDNeonEmitter.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 …]
HDSveEmitter.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-head/contrib/llvm-project/clang/include/clang/AST/
HDAbstractBasicWriter.h262 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
HDAbstractBasicReader.h281 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
HDNestedNameSpecifier.h90 TypeSpec, enumerator
HDRecursiveASTVisitor.h793 case NestedNameSpecifier::TypeSpec:
818 case NestedNameSpecifier::TypeSpec:
HDType.h6721 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
6725 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXX.cpp286 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp297 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp149 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1010 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
HDAnalysisBasedWarnings.cpp230 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
HDSemaType.cpp5246 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5306 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6098 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
HDSemaExprCXX.cpp66 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
523 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
HDSemaLookup.cpp4478 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp964 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
/freebsd-head/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp259 case NestedNameSpecifier::TypeSpec: { in getFragmentsForNNS()

12