Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp209 const TypeSourceInfo *TSI = 0; in checkASTCodeBody() local
211 TSI = in checkASTCodeBody()
214 TSI = i->ExplicitCastType; in checkASTCodeBody()
232 if (TSI) in checkASTCodeBody()
233 Ranges.push_back(TSI->getTypeLoc().getSourceRange()); in checkASTCodeBody()
/external/clang/lib/AST/
DComment.cpp237 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); in fill() local
238 if (!TSI) in fill()
240 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill()
DMicrosoftMangle.cpp396 TypeSourceInfo *TSI = Spec->getTypeAsWritten(); in isTemplate() local
397 if (TSI) { in isTemplate()
399 TSI->getTypeLoc().castAs<TemplateSpecializationTypeLoc>(); in isTemplate()
1204 TypeSourceInfo *TSI = (*Parm)->getTypeSourceInfo(); in mangleType() local
1205 QualType Type = TSI ? TSI->getType() : (*Parm)->getType(); in mangleType()
DTemplateBase.cpp424 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local
425 return TSI->getTypeLoc().getSourceRange(); in getSourceRange()
DDeclPrinter.cpp587 if (TypeSourceInfo *TSI = D->getFriendType()) { in VisitFriendDecl() local
592 Out << " " << TSI->getType().getAsString(Policy); in VisitFriendDecl()
DDecl.cpp1321 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local
1322 if (TSI) return TSI->getTypeLoc().getBeginLoc(); in getTypeSpecStartLoc()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h756 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo()) in TraverseTemplateArgumentLoc() local
757 return getDerived().TraverseTypeLoc(TSI->getTypeLoc()); in TraverseTemplateArgumentLoc()
1601 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1602 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1715 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) { in TraverseFunctionHelper() local
1716 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); in TraverseFunctionHelper()
DExprCXX.h531 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { in setTypeOperandSourceInfo() argument
533 Operand = TSI; in setTypeOperandSourceInfo()
607 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { in setTypeOperandSourceInfo() argument
609 Operand = TSI; in setTypeOperandSourceInfo()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3834 TypeSourceInfo *TSI = TL.getArg(I)->getTypeSourceInfo(); in Check() local
3835 if (TSI) Visit(TSI->getTypeLoc(), Sema::AbstractParamType); in Check()
3848 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo()) in Check() local
3849 Visit(TSI->getTypeLoc(), Sema::AbstractNone); in Check()
3917 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
3918 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone); in CheckAbstractClassUsage()
3939 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
3940 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType); in CheckAbstractClassUsage()
3943 if (TypeSourceInfo *TSI = VD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
3944 Info.CheckType(VD, TSI->getTypeLoc(), Sema::AbstractVariableType); in CheckAbstractClassUsage()
[all …]
DSemaObjCProperty.cpp152 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty() local
153 QualType T = TSI->getType(); in ActOnProperty()
179 isOverridingProperty, TSI, in ActOnProperty()
190 TSI, MethodImplKind); in ActOnProperty()
DSema.cpp522 if (TypeSourceInfo *TSI = (*I)->getFriendType()) { in IsRecordFullyDefined() local
524 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl()) in IsRecordFullyDefined()
DSemaDecl.cpp3825 TypeSourceInfo *TSI = 0; in RebuildDeclaratorInCurrentInstantiation() local
3826 QualType T = S.GetTypeFromParser(DS.getRepAsType(), &TSI); in RebuildDeclaratorInCurrentInstantiation()
3832 if (!TSI) in RebuildDeclaratorInCurrentInstantiation()
3833 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
3836 TSI = S.RebuildTypeInCurrentInstantiation(TSI, D.getIdentifierLoc(), Name); in RebuildDeclaratorInCurrentInstantiation()
3837 if (!TSI) return true; in RebuildDeclaratorInCurrentInstantiation()
3840 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation()
6838 const TypeSourceInfo *TSI = FD->getTypeSourceInfo(); in getResultSourceRange() local
6839 if (!TSI) in getResultSourceRange()
6842 TypeLoc TL = TSI->getTypeLoc(); in getResultSourceRange()
DSemaTemplate.cpp6963 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTypenameType() local
6965 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>(); in ActOnTypenameType()
6970 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>(); in ActOnTypenameType()
6976 return CreateParsedType(T, TSI); in ActOnTypenameType()
7046 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); in ActOnTypenameType() local
7047 return CreateParsedType(T, TSI); in ActOnTypenameType()
DSemaDeclObjC.cpp1256 static SourceRange getTypeRange(TypeSourceInfo *TSI) { in getTypeRange() argument
1257 return (TSI ? TSI->getTypeLoc().getSourceRange() : SourceRange()); in getTypeRange()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h698 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo()) in TraverseTemplateArgumentLoc() local
699 return getDerived().TraverseTypeLoc(TSI->getTypeLoc()); in TraverseTemplateArgumentLoc()
1536 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
1537 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp741 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t", in visitUDiv() local
749 return SelectInst::Create(Cond, TSI, FSI); in visitUDiv()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h134 const TargetSelectionDAGInfo &TSI;
241 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
/external/icu4c/data/translit/
DAmharic_Latin_BGN.txt272 ጺ → ts $ejective ī ; # ETHIOPIC SYLLABLE TSI
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp876 : TM(tm), TLI(*tm.getTargetLowering()), TSI(*tm.getSelectionDAGInfo()), in SelectionDAG()
3892 TSI.EmitTargetCodeForMemcpy(*this, dl, Chain, Dst, Src, Size, Align, in getMemcpy()
3961 TSI.EmitTargetCodeForMemmove(*this, dl, Chain, Dst, Src, Size, Align, isVol, in getMemmove()
4016 TSI.EmitTargetCodeForMemset(*this, dl, Chain, Dst, Src, Size, Align, isVol, in getMemset()
/external/icu4c/data/unidata/
DCaseFolding.txt969 2C1C; C; 2C4C; # GLAGOLITIC CAPITAL LETTER TSI
DUnicodeData.txt4164 133A;ETHIOPIC SYLLABLE TSI;Lo;0;L;;;;;N;;;;;
4324 13E5;CHEROKEE LETTER TSI;Lo;0;L;;;;;N;;;;;
4947 165F;CANADIAN SYLLABICS CARRIER TSI;Lo;0;L;;;;;N;;;;;
9837 2C1C;GLAGOLITIC CAPITAL LETTER TSI;Lu;0;L;;;;;N;;;;2C4C;
9884 2C4C;GLAGOLITIC SMALL LETTER TSI;Ll;0;L;;;;;N;;;2C1C;;2C1C
Dppucd.txt5885 cp;133A;na=ETHIOPIC SYLLABLE TSI
6061 cp;13E5;na=CHEROKEE LETTER TSI
6690 cp;165F;na=CANADIAN SYLLABICS CARRIER TSI
12277 cp;2C1C;cf=2C4C;CWCF;CWKCF;CWL;gc=Lu;na=GLAGOLITIC CAPITAL LETTER TSI;NFKC_CF=2C4C;SB=UP;scf=2C4C;s…
12326 cp;2C4C;CWT;CWU;Lower;na=GLAGOLITIC SMALL LETTER TSI;stc=2C1C;suc=2C1C
/external/icu4c/data/unidata/norm2/
Duts46.txt2698 2C1C >2C4C # 4.1 GLAGOLITIC CAPITAL LETTER TSI