Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp159 return TypeSpec; in getKind()
223 case TypeSpec: in isDependent()
245 case TypeSpec: in isInstantiationDependent()
264 case TypeSpec: in containsUnexpandedParameterPack()
307 case TypeSpec: { in print()
388 case NestedNameSpecifier::TypeSpec: in getLocalDataLength()
451 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange()
465 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec && in getTypeLoc()
660 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
H A DQualTypeNames.cpp240 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
H A DType.cpp2514 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
2515 switch (TypeSpec) { in getKeywordForTypeSpec()
2527 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
2528 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
H A DODRHash.cpp124 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp150 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp1163 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
1743 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTImporter.cpp7946 case NestedNameSpecifier::TypeSpec: in Import()
8010 case NestedNameSpecifier::TypeSpec: in Import()
H A DASTContext.cpp5378 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp116 class TypeSpec : public std::string { class
118 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) { in fromTypeSpecs()
119 std::vector<TypeSpec> Ret; in fromTypeSpecs()
120 TypeSpec Acc; in fromTypeSpecs()
124 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs()
141 TypeSpec TS;
156 Type(TypeSpec TS, char CharMod) in Type()
296 TypeSpec OutTS, InTS;
2038 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic()
2044 std::vector<std::pair<TypeSpec, TypeSpec>> NewTypeSpecs; in createIntrinsic()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h89 TypeSpec, enumerator
H A DRecursiveASTVisitor.h754 case NestedNameSpecifier::TypeSpec:
779 case NestedNameSpecifier::TypeSpec:
H A DType.h5095 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
5099 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp290 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp243 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp151 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1042 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp188 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaType.cpp4835 Spec.getScopeRep()->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
4877 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
5527 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
416 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp3927 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp5544 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
H A DTreeTransform.h3623 case NestedNameSpecifier::TypeSpec: { in TransformNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5736 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
5787 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
H A DASTReaderDecl.cpp2875 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
H A DASTReader.cpp8961 case NestedNameSpecifier::TypeSpec: in ReadNestedNameSpecifier()
9019 case NestedNameSpecifier::TypeSpec: in ReadNestedNameSpecifierLoc()