Home
last modified time | relevance | path

Searched refs:ScopeType (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp76 typedef ScopedHTType::ScopeTy ScopeType; typedef in __anon682a96d70111::MachineCSE
77 DenseMap<MachineBasicBlock*, ScopeType*> ScopeMap;
437 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
443 DenseMap<MachineBasicBlock*, ScopeType*>::iterator SI = ScopeMap.find(MBB); in ExitScope()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp236 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, in CXXPseudoDestructorExpr() argument
252 (ScopeType && in CXXPseudoDestructorExpr()
253 ScopeType->getType()->isInstantiationDependentType()) || in CXXPseudoDestructorExpr()
262 (ScopeType && in CXXPseudoDestructorExpr()
263 ScopeType->getType()->containsUnexpandedParameterPack()) || in CXXPseudoDestructorExpr()
269 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5462 QualType ScopeType = ScopeTypeInfo->getType(); in BuildPseudoDestructorExpr() local
5463 if (!ScopeType->isDependentType() && !ObjectType->isDependentType() && in BuildPseudoDestructorExpr()
5464 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) { in BuildPseudoDestructorExpr()
5468 << ObjectType << ScopeType << Base->getSourceRange() in BuildPseudoDestructorExpr()
5471 ScopeType = QualType(); in BuildPseudoDestructorExpr()
5580 QualType ScopeType; in ActOnPseudoDestructorExpr() local
5596 ScopeType = QualType(); in ActOnPseudoDestructorExpr()
5598 ScopeType = GetTypeFromParser(T, &ScopeTypeInfo); in ActOnPseudoDestructorExpr()
5613 ScopeType = QualType(); in ActOnPseudoDestructorExpr()
5615 ScopeType = GetTypeFromParser(T.get(), &ScopeTypeInfo); in ActOnPseudoDestructorExpr()
[all …]
H A DTreeTransform.h1761 TypeSourceInfo *ScopeType,
10712 TypeSourceInfo *ScopeType, in RebuildCXXPseudoDestructorExpr() argument
10725 SS, ScopeType, CCLoc, TildeLoc, in RebuildCXXPseudoDestructorExpr()
10738 if (ScopeType) { in RebuildCXXPseudoDestructorExpr()
10739 if (!ScopeType->getType()->getAs<TagType>()) { in RebuildCXXPseudoDestructorExpr()
10740 getSema().Diag(ScopeType->getTypeLoc().getBeginLoc(), in RebuildCXXPseudoDestructorExpr()
10742 << ScopeType->getType() << getSema().getLangOpts().CPlusPlus; in RebuildCXXPseudoDestructorExpr()
10745 SS.Extend(SemaRef.Context, SourceLocation(), ScopeType->getTypeLoc(), in RebuildCXXPseudoDestructorExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1943 TypeSourceInfo *ScopeType; variable
1962 TypeSourceInfo *ScopeType,
1969 Base(nullptr), IsArrow(false), QualifierLoc(), ScopeType(nullptr) { } in CXXPseudoDestructorExpr()
2005 TypeSourceInfo *getScopeTypeInfo() const { return ScopeType; } in getScopeTypeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1388 E->ScopeType = GetTypeSourceInfo(Record, Idx); in VisitCXXPseudoDestructorExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4563 TypeSourceInfo *ScopeType,