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

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 600 // FIXME: how can TSI ever be NULL?
601 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
602 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
    [all...]
ExprCXX.h 432 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
434 Operand = TSI;
507 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
509 Operand = TSI;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 110 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
111 QualType T = TSI->getType();
140 isOverridingProperty, TSI,
153 Attributes, TSI, MethodImplKind);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 481 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t",
489 return SelectInst::Create(Cond, TSI, FSI);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 138 const TargetSelectionDAGInfo &TSI;
205 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 838 : TM(tm), TLI(*tm.getTargetLowering()), TSI(*tm.getSelectionDAGInfo()),
    [all...]

Completed in 671 milliseconds