Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.cpp158 return TypeSpec; in getKind()
222 case TypeSpec: in isDependent()
244 case TypeSpec: in isInstantiationDependent()
263 case TypeSpec: in containsUnexpandedParameterPack()
306 case TypeSpec: { in print()
387 case NestedNameSpecifier::TypeSpec: in getLocalDataLength()
450 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange()
464 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec && in getTypeLoc()
659 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
HDQualTypeNames.cpp237 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
HDType.cpp2619 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
2620 switch (TypeSpec) { in getKeywordForTypeSpec()
2632 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
2633 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
HDODRHash.cpp128 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
HDASTStructuralEquivalence.cpp222 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
HDItaniumMangle.cpp1169 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
1802 case NestedNameSpecifier::TypeSpec: in manglePrefix()
HDASTImporter.cpp8433 case NestedNameSpecifier::TypeSpec: in Import()
8498 case NestedNameSpecifier::TypeSpec: in Import()
HDASTContext.cpp5676 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDNeonEmitter.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;
164 Type(TypeSpec TS, StringRef CharMods) in Type()
308 TypeSpec OutTS, InTS;
362 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic()
363 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, in Intrinsic()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDAbstractBasicWriter.h222 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
HDAbstractBasicReader.h237 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
HDNestedNameSpecifier.h88 TypeSpec, enumerator
HDRecursiveASTVisitor.h753 case NestedNameSpecifier::TypeSpec:
778 case NestedNameSpecifier::TypeSpec:
HDType.h5251 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
5255 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXX.cpp279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp261 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp150 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1053 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
HDAnalysisBasedWarnings.cpp201 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
HDSemaType.cpp5070 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5130 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
5823 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
HDSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
416 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
HDSemaLookup.cpp4200 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
HDSemaTemplate.cpp5999 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp2953 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
HDASTWriter.cpp5452 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
HDASTReader.cpp8777 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifierLoc()

12