HomeSort by relevance Sort by last modified time
    Searched refs:TSI (Results 1 - 23 of 23) 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();
Decl.cpp 704 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
705 TypeAsWritten = TSI->getType();
    [all...]
MicrosoftMangle.cpp 272 TypeSourceInfo *TSI = FD->getTypeSourceInfo();
273 QualType T = TSI ? TSI->getType() : FD->getType();
    [all...]
DeclPrinter.cpp 592 if (TypeSourceInfo *TSI = D->getFriendType()) {
597 Out << " " << TSI->getType().getAsString(Policy);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 315 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) {
317 TSI->getType());
318 Result.TypeInfo = TSI;
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 770 // FIXME: how can TSI ever be NULL?
771 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
772 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
    [all...]
ExprCXX.h 577 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
579 Operand = TSI;
712 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
714 Operand = TSI;
    [all...]
ASTContext.h 640 TemplateOrSpecializationInfo TSI);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 704 // FIXME: how can TSI ever be NULL?
705 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
706 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 452 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType);
484 if (DeduceAutoType(TSI, Init, DeducedType) == DAR_Failed) {
499 Id, DeducedType, TSI, LSI->Lambda,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp 152 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
153 QualType T = TSI->getType();
179 isOverridingProperty, TSI,
190 TSI, MethodImplKind);
    [all...]
Sema.cpp 519 if (TypeSourceInfo *TSI = (*I)->getFriendType()) {
521 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 253 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) {
254 QualType Ty = TSI->getType();
    [all...]
MemRegion.cpp 814 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten())
815 T = TSI->getType();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 132 const TargetSelectionDAGInfo &TSI;
237 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 872 : TM(tm), TSI(*tm.getSelectionDAGInfo()), TTI(0), OptLevel(OL),
    [all...]

Completed in 939 milliseconds