HomeSort by relevance Sort by last modified time
    Searched refs:TSI (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 209 const TypeSourceInfo *TSI = 0;
211 TSI =
214 TSI = i->ExplicitCastType;
232 if (TSI)
233 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
  /external/clang/lib/AST/
Comment.cpp 237 const TypeSourceInfo *TSI = TD->getTypeSourceInfo();
238 if (!TSI)
240 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
MicrosoftMangle.cpp 396 TypeSourceInfo *TSI = Spec->getTypeAsWritten();
397 if (TSI) {
399 TSI->getTypeLoc().castAs<TemplateSpecializationTypeLoc>();
    [all...]
DeclPrinter.cpp 587 if (TypeSourceInfo *TSI = D->getFriendType()) {
592 Out << " " << TSI->getType().getAsString(Policy);
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 755 // FIXME: how can TSI ever be NULL?
756 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
757 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
    [all...]
ExprCXX.h 531 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
533 Operand = TSI;
607 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
609 Operand = TSI;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 697 // FIXME: how can TSI ever be NULL?
698 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
699 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
Sema.cpp 522 if (TypeSourceInfo *TSI = (*I)->getFriendType()) {
524 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
    [all...]
SemaObjCProperty.cpp 152 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
153 QualType T = TSI->getType();
179 isOverridingProperty, TSI,
190 TSI, MethodImplKind);
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 134 const TargetSelectionDAGInfo &TSI;
241 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 741 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t",
749 return SelectInst::Create(Cond, TSI, FSI);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 876 : TM(tm), TLI(*tm.getTargetLowering()), TSI(*tm.getSelectionDAGInfo()),
    [all...]

Completed in 693 milliseconds