Home
last modified time | relevance | path

Searched defs:TSI (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/AST/
DComment.cpp237 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); in fill() local
DTemplateBase.cpp424 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local
DMicrosoftMangle.cpp396 TypeSourceInfo *TSI = Spec->getTypeAsWritten(); in isTemplate() local
1204 TypeSourceInfo *TSI = (*Parm)->getTypeSourceInfo(); in mangleType() local
DDeclPrinter.cpp587 if (TypeSourceInfo *TSI = D->getFriendType()) { in VisitFriendDecl() local
DDecl.cpp1321 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp209 const TypeSourceInfo *TSI = 0; in checkASTCodeBody() local
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h756 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo()) in TraverseTemplateArgumentLoc() local
1715 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) { in TraverseFunctionHelper() local
DExprCXX.h531 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { in setTypeOperandSourceInfo()
607 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { in setTypeOperandSourceInfo()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h698 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo()) in TraverseTemplateArgumentLoc() local
/external/clang/lib/Sema/
DSema.cpp522 if (TypeSourceInfo *TSI = (*I)->getFriendType()) { in IsRecordFullyDefined() local
DSemaDeclCXX.cpp3834 TypeSourceInfo *TSI = TL.getArg(I)->getTypeSourceInfo(); in Check() local
3848 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo()) in Check() local
3917 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
3939 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
3943 if (TypeSourceInfo *TSI = VD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
10582 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTemplatedFriendTag() local
10612 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTemplatedFriendTag() local
10655 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl() local
DSemaObjCProperty.cpp152 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty() local
DSemaTemplate.cpp6963 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTypenameType() local
7046 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); in ActOnTypenameType() local
DSemaDeclObjC.cpp1256 static SourceRange getTypeRange(TypeSourceInfo *TSI) { in getTypeRange()
DSemaDecl.cpp3825 TypeSourceInfo *TSI = 0; in RebuildDeclaratorInCurrentInstantiation() local
6838 const TypeSourceInfo *TSI = FD->getTypeSourceInfo(); in getResultSourceRange() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp741 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t", in visitUDiv() local