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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp209 const TypeSourceInfo *TSI = 0; local
211 TSI =
214 TSI = i->ExplicitCastType;
232 if (TSI)
233 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
/external/clang/lib/AST/
H A DComment.cpp237 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); local
238 if (!TSI)
240 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
H A DDecl.cpp704 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
705 TypeAsWritten = TSI->getType();
1414 TypeSourceInfo *TSI = getTypeSourceInfo(); local
1415 if (TSI) return TSI->getTypeLoc().getBeginLoc();
2039 TypeSourceInfo *TSI = getTypeSourceInfo(); local
2040 QualType T = TSI ? TSI->getType() : getType();
H A DMicrosoftMangle.cpp272 TypeSourceInfo *TSI = FD->getTypeSourceInfo();
273 QualType T = TSI ? TSI->getType() : FD->getType();
H A DDeclPrinter.cpp592 if (TypeSourceInfo *TSI = D->getFriendType()) {
597 Out << " " << TSI->getType().getAsString(Policy);
H A DASTContext.cpp1075 TemplateOrSpecializationInfo TSI) {
1078 TemplateOrInstantiation[Inst] = TSI;
1074 setTemplateOrSpecializationInfo(VarDecl *Inst, TemplateOrSpecializationInfo TSI) argument
/external/clang/include/clang/Sema/
H A DInitialization.h315 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { argument
317 TSI->getType());
318 Result.TypeInfo = TSI;
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h704 // FIXME: how can TSI ever be NULL?
705 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
706 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
1619 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1620 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1803 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1804 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h770 // FIXME: how can TSI ever be NULL?
771 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
772 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
1702 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1703 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1820 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) {
1821 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1889 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1890 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.h640 TemplateOrSpecializationInfo TSI);
/external/clang/lib/Sema/
H A DSemaLambda.cpp452 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); local
484 if (DeduceAutoType(TSI, Init, DeducedType) == DAR_Failed) {
499 Id, DeducedType, TSI, LSI->Lambda,
H A DSemaDeclCXX.cpp4023 TypeSourceInfo *TSI = TL.getArg(I)->getTypeSourceInfo(); local
4024 if (TSI) Visit(TSI->getTypeLoc(), Sema::AbstractParamType);
4037 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo())
4038 Visit(TSI->getTypeLoc(), Sema::AbstractNone);
4106 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo())
4107 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone);
4128 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo())
4129 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType);
4132 if (TypeSourceInfo *TSI
11115 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); local
11158 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); local
[all...]
H A DSemaObjCProperty.cpp152 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); local
153 QualType T = TSI->getType();
179 isOverridingProperty, TSI,
190 TSI, MethodImplKind);
H A DSema.cpp519 if (TypeSourceInfo *TSI = (*I)->getFriendType()) {
521 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
H A DSemaTemplate.cpp7491 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T);
7493 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>();
7498 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>();
7504 return CreateParsedType(T, TSI);
7574 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); local
7575 return CreateParsedType(T, TSI);
H A DSemaDecl.cpp3900 TypeSourceInfo *TSI = 0; local
3901 QualType T = S.GetTypeFromParser(DS.getRepAsType(), &TSI);
3907 if (!TSI)
3908 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
3911 TSI = S.RebuildTypeInCurrentInstantiation(TSI, D.getIdentifierLoc(), Name);
3912 if (!TSI) return true;
3915 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI);
7498 const TypeSourceInfo *TSI local
[all...]
H A DSemaDeclObjC.cpp1301 static SourceRange getTypeRange(TypeSourceInfo *TSI) { argument
1302 return (TSI ? TSI->getTypeLoc().getSourceRange() : SourceRange());
H A DSemaExprObjC.cpp1150 if (TypeSourceInfo *TSI = overridden->getResultTypeSourceInfo()) {
1151 range = TSI->getTypeLoc().getSourceRange();
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp253 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) {
254 QualType Ty = TSI->getType();
H A DMemRegion.cpp814 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten())
815 T = TSI->getType();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h132 const TargetSelectionDAGInfo &TSI; member in class:llvm::SelectionDAG
237 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp872 : TM(tm), TSI(*tm.getSelectionDAGInfo()), TTI(0), OptLevel(OL),
3912 TSI.EmitTargetCodeForMemcpy(*this, dl, Chain, Dst, Src, Size, Align,
3983 TSI.EmitTargetCodeForMemmove(*this, dl, Chain, Dst, Src, Size, Align, isVol,
4040 TSI.EmitTargetCodeForMemset(*this, dl, Chain, Dst, Src, Size, Align, isVol,

Completed in 1018 milliseconds