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

  /external/clang/lib/AST/
Comment.cpp 235 const TypeSourceInfo *TSI = TD->getTypeSourceInfo();
236 if (!TSI)
238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
DeclObjC.cpp     [all...]
Decl.cpp 768 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
769 TypeAsWritten = TSI->getType();
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 211 const TypeSourceInfo *TSI = nullptr;
213 TSI =
216 TSI = i->ExplicitCastType;
234 if (TSI)
235 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 181 const TargetSelectionDAGInfo *TSI;
290 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 717 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType);
721 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI,
769 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
776 Loc, Id, InitCaptureType, TSI, SC_Auto);
    [all...]
SemaObjCProperty.cpp 188 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
189 QualType T = TSI->getType();
207 T, TSI, MethodImplKind);
217 T, TSI, MethodImplKind);
419 TypeSourceInfo *TSI,
514 T, TSI, MethodImplKind, DC);
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 2291 milliseconds