Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.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()
621 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
H A DType.cpp1370 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
1371 switch (TypeSpec) { in getKeywordForTypeSpec()
1383 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
1384 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
H A DItaniumMangle.cpp835 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
1461 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTImporter.cpp4805 case NestedNameSpecifier::TypeSpec: in Import()
H A DASTContext.cpp4226 case NestedNameSpecifier::TypeSpec: in getCanonicalNestedNameSpecifier()
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp106 class TypeSpec : public std::string { class
108 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) { in fromTypeSpecs()
109 std::vector<TypeSpec> Ret; in fromTypeSpecs()
110 TypeSpec Acc; in fromTypeSpecs()
114 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs()
131 TypeSpec TS;
146 Type(TypeSpec TS, char CharMod) in Type()
270 TypeSpec OutTS, InTS;
311 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic()
312 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, in Intrinsic()
[all …]
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp144 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
H A DCIndex.cpp1245 case NestedNameSpecifier::TypeSpec: { in VisitNestedNameSpecifier()
1296 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifierLoc()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h82 TypeSpec, enumerator
H A DDataRecursiveASTVisitor.h630 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifier()
655 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifierLoc()
H A DRecursiveASTVisitor.h696 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifier()
721 case NestedNameSpecifier::TypeSpec: in TraverseNestedNameSpecifierLoc()
H A DType.h4022 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
4027 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp282 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp142 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
988 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp205 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in checkForFunctionCall()
H A DSemaType.cpp3031 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
3708 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
349 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp3388 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp4124 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
H A DTreeTransform.h3170 case NestedNameSpecifier::TypeSpec: { in TransformNestedNameSpecifierLoc()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5331 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
5383 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
H A DASTReaderDecl.cpp2376 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
H A DASTReader.cpp7958 case NestedNameSpecifier::TypeSpec: in ReadNestedNameSpecifier()
8016 case NestedNameSpecifier::TypeSpec: in ReadNestedNameSpecifierLoc()