Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDNestedNameSpecifier.cpp147 return TypeSpec; in getKind()
202 case TypeSpec: in isDependent()
224 case TypeSpec: in isInstantiationDependent()
243 case TypeSpec: in containsUnexpandedParameterPack()
286 case TypeSpec: { in print()
346 case NestedNameSpecifier::TypeSpec: in getLocalDataLength()
411 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange()
425 assert((Qualifier->getKind() == NestedNameSpecifier::TypeSpec || in getTypeLoc()
623 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
HDType.cpp2333 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
2334 switch (TypeSpec) { in getKeywordForTypeSpec()
2346 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
2347 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
HDItaniumMangle.cpp850 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
1320 case NestedNameSpecifier::TypeSpec: in manglePrefix()
HDASTImporter.cpp5566 case NestedNameSpecifier::TypeSpec: in Import()
HDASTContext.cpp4346 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/NextBSD/usr.bin/migcom/
HDparser.y184 %type <type> NamedTypeSpec TransTypeSpec NativeTypeSpec TypeSpec
453 TransTypeSpec : TypeSpec
545 TypeSpec : BasicTypeSpec
549 | VarArrayHead TypeSpec
551 | ArrayHead TypeSpec
553 | syCaret TypeSpec
555 | StructHead TypeSpec
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDNeonEmitter.cpp107 class TypeSpec : public std::string { class
109 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) { in fromTypeSpecs()
110 std::vector<TypeSpec> Ret; in fromTypeSpecs()
111 TypeSpec Acc; in fromTypeSpecs()
115 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs()
132 TypeSpec TS;
147 Type(TypeSpec TS, char CharMod) in Type()
280 TypeSpec OutTS, InTS;
321 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic()
322 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, in Intrinsic()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDNestedNameSpecifier.h82 TypeSpec, enumerator
HDDataRecursiveASTVisitor.h627 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifier()
652 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifierLoc()
HDRecursiveASTVisitor.h696 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifier()
721 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifierLoc()
HDType.h4183 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
4188 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCXX.cpp283 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp142 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1008 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
HDAnalysisBasedWarnings.cpp206 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in checkForFunctionCall()
HDSemaExprCXX.cpp56 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
351 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
HDSemaType.cpp4027 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
4703 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
HDSemaLookup.cpp3579 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
HDSemaTemplate.cpp4185 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
HDTreeTransform.h3223 case NestedNameSpecifier::TypeSpec: { in TransformNestedNameSpecifierLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5168 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
5220 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
HDASTReader.cpp7835 case NestedNameSpecifier::TypeSpec: in ReadNestedNameSpecifier()
7893 case NestedNameSpecifier::TypeSpec: in ReadNestedNameSpecifierLoc()
HDASTReaderDecl.cpp2514 case NestedNameSpecifier::TypeSpec: in isSameQualifier()