Searched refs:TSI (Results 1 - 24 of 24) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp208 const TypeSourceInfo *TSI = nullptr; local
210 TSI =
213 TSI = i->ExplicitCastType;
231 if (TSI)
232 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
/external/clang/lib/AST/
H A DComment.cpp238 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); local
239 if (!TSI)
241 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
H A DDecl.cpp753 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
754 TypeAsWritten = TSI->getType();
895 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo())
896 TypeAsWritten = TSI->getType();
1538 TypeSourceInfo *TSI = getTypeSourceInfo(); local
1539 if (TSI) return TSI->getTypeLoc().getBeginLoc();
2192 TypeSourceInfo *TSI = getTypeSourceInfo(); local
2193 QualType T = TSI ? TSI
2755 const TypeSourceInfo *TSI = getTypeSourceInfo(); local
[all...]
H A DDeclPrinter.cpp597 if (TypeSourceInfo *TSI = D->getFriendType()) {
602 Out << " " << TSI->getType().getAsString(Policy);
H A DASTContext.cpp1113 TemplateOrSpecializationInfo TSI) {
1116 TemplateOrInstantiation[Inst] = TSI;
1112 setTemplateOrSpecializationInfo(VarDecl *Inst, TemplateOrSpecializationInfo TSI) argument
/external/clang/lib/Sema/
H A DSemaLambda.cpp718 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); local
729 << DeclarationName(Id) << TSI->getType() << Loc;
734 << DeclarationName(Id) << TSI->getType() << Loc;
747 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) {
751 << (DeduceInit->getType().isNull() ? TSI->getType()
756 << DeclarationName(Id) << TSI->getType()
757 << (DeduceInit->getType().isNull() ? TSI->getType()
803 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, local
810 Loc, Id, InitCaptureType, TSI, SC_Auto);
H A DSemaObjCProperty.cpp148 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); local
149 QualType T = TSI->getType();
175 isOverridingProperty, TSI,
186 TSI, MethodImplKind);
H A DSemaTemplate.cpp3003 TypeSourceInfo *TSI = nullptr; local
3012 TSI = AL.getTypeSourceInfo();
3071 TSI = TLB.getTypeSourceInfo(Context, ArgType);
3076 TemplateArgumentLocInfo(TSI));
3094 if (CheckTemplateArgument(Param, TSI))
7741 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T);
7743 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>();
7748 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>();
7754 return CreateParsedType(T, TSI);
7823 TypeSourceInfo *TSI local
[all...]
H A DSema.cpp574 if (TypeSourceInfo *TSI = (*I)->getFriendType()) {
576 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
H A DSemaDeclCXX.cpp4292 TypeSourceInfo *TSI = TL.getParam(I)->getTypeSourceInfo(); local
4293 if (TSI) Visit(TSI->getTypeLoc(), Sema::AbstractParamType);
4306 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo())
4307 Visit(TSI->getTypeLoc(), Sema::AbstractNone);
4375 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo())
4376 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone);
4395 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo())
4396 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType);
4399 if (TypeSourceInfo *TSI
11712 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); local
11755 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); local
[all...]
H A DSemaDeclObjC.cpp1346 static SourceRange getTypeRange(TypeSourceInfo *TSI) { argument
1347 return (TSI ? TSI->getTypeLoc().getSourceRange() : SourceRange());
H A DSemaDecl.cpp4186 TypeSourceInfo *TSI = nullptr; local
4187 QualType T = S.GetTypeFromParser(DS.getRepAsType(), &TSI);
4193 if (!TSI)
4194 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
4197 TSI = S.RebuildTypeInCurrentInstantiation(TSI, D.getIdentifierLoc(), Name);
4198 if (!TSI) return true;
4201 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI);
H A DSemaExprObjC.cpp1227 if (TypeSourceInfo *TSI = overridden->getReturnTypeSourceInfo()) {
1228 range = TSI->getTypeLoc().getSourceRange();
H A DTreeTransform.h3692 TypeSourceInfo *TSI =
3694 if (TSI)
3695 return TSI->getTypeLoc();
/external/clang/include/clang/Sema/
H A DInitialization.h325 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { argument
327 TSI->getType());
328 Result.TypeInfo = TSI;
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h740 // FIXME: how can TSI ever be NULL?
741 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
742 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
1608 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1609 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1785 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1786 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
H A DRecursiveASTVisitor.h806 // FIXME: how can TSI ever be NULL?
807 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
808 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
1643 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) \
1644 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); \
1765 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) {
1766 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
H A DExprCXX.h577 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { argument
579 Operand = TSI;
712 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { argument
714 Operand = TSI;
H A DASTContext.h701 TemplateOrSpecializationInfo TSI);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp258 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) {
259 QualType Ty = TSI->getType();
H A DMemRegion.cpp825 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten())
826 T = TSI->getType();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5624 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5626 TSI.EmitTargetCodeForMemcmp(DAG, getCurSDLoc(), DAG.getRoot(),
5720 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5722 TSI.EmitTargetCodeForMemchr(DAG, getCurSDLoc(), DAG.getRoot(),
5748 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5750 TSI.EmitTargetCodeForStrcpy(DAG, getCurSDLoc(), getRoot(),
5777 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5779 TSI.EmitTargetCodeForStrcmp(DAG, getCurSDLoc(), DAG.getRoot(),
5804 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5806 TSI
[all...]
H A DSelectionDAG.cpp932 : TM(tm), TSI(*tm.getSelectionDAGInfo()), TLI(nullptr), OptLevel(OL),
4205 TSI.EmitTargetCodeForMemcpy(*this, dl, Chain, Dst, Src, Size, Align,
4274 TSI.EmitTargetCodeForMemmove(*this, dl, Chain, Dst, Src, Size, Align, isVol,
4329 TSI.EmitTargetCodeForMemset(*this, dl, Chain, Dst, Src, Size, Align, isVol,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h169 const TargetSelectionDAGInfo &TSI; member in class:llvm::SelectionDAG
279 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }

Completed in 449 milliseconds