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

  /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...]
Decl.cpp     [all...]
  /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/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/clang/lib/Sema/
SemaObjCProperty.cpp 152 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
153 QualType T = TSI->getType();
179 isOverridingProperty, TSI,
190 TSI, MethodImplKind);
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 453 milliseconds