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

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 208 const TypeSourceInfo *TSI = nullptr;
210 TSI =
213 TSI = i->ExplicitCastType;
231 if (TSI)
232 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
  /external/clang/lib/AST/
Comment.cpp 238 const TypeSourceInfo *TSI = TD->getTypeSourceInfo();
239 if (!TSI)
241 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
Decl.cpp 753 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
754 TypeAsWritten = TSI->getType();
    [all...]
DeclPrinter.cpp 597 if (TypeSourceInfo *TSI = D->getFriendType()) {
602 Out << " " << TSI->getType().getAsString(Policy);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 718 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType);
729 << DeclarationName(Id) << TSI->getType() << Loc;
734 << DeclarationName(Id) << TSI->getType() << Loc;
747 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) {
751 << (DeduceInit->getType().isNull() ? TSI->getType()
756 << DeclarationName(Id) << TSI->getType()
757 << (DeduceInit->getType().isNull() ? TSI->getType()
    [all...]
SemaObjCProperty.cpp 148 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
149 QualType T = TSI->getType();
175 isOverridingProperty, TSI,
186 TSI, MethodImplKind);
    [all...]
SemaTemplate.cpp     [all...]
Sema.cpp 574 if (TypeSourceInfo *TSI = (*I)->getFriendType()) {
576 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 325 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) {
327 TSI->getType());
328 Result.TypeInfo = TSI;
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 740 // FIXME: how can TSI ever be NULL?
741 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
742 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
    [all...]
RecursiveASTVisitor.h     [all...]
ExprCXX.h 577 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
579 Operand = TSI;
712 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
714 Operand = TSI;
    [all...]
ASTContext.h 701 TemplateOrSpecializationInfo TSI);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 258 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) {
259 QualType Ty = TSI->getType();
    [all...]
MemRegion.cpp 825 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten())
826 T = TSI->getType();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const TargetSelectionDAGInfo &TSI;
279 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
    [all...]

Completed in 656 milliseconds