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

1 2

  /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/clang/lib/AST/
Comment.cpp 235 const TypeSourceInfo *TSI = TD->getTypeSourceInfo();
236 if (!TSI)
238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
Decl.cpp 768 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
769 TypeAsWritten = TSI->getType();
    [all...]
DeclObjC.cpp     [all...]
DeclPrinter.cpp 654 if (TypeSourceInfo *TSI = D->getFriendType()) {
659 Out << " " << TSI->getType().getAsString(Policy);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 325 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) {
327 TSI->getType());
328 Result.TypeInfo = TSI;
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
RecursiveASTVisitor.h     [all...]
ExprCXX.h 588 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
590 Operand = TSI;
787 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) {
789 Operand = TSI;
    [all...]
ASTContext.h 790 TemplateOrSpecializationInfo TSI);
    [all...]
  /external/clang/lib/Sema/
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...]
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...]
SemaTemplate.cpp     [all...]
Sema.cpp 624 if (TypeSourceInfo *TSI = (*I)->getFriendType()) {
626 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 276 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) {
277 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 905 : TM(tm), TSI(nullptr), TLI(nullptr), OptLevel(OL),
916 TSI = getSubtarget().getSelectionDAGInfo();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 181 const TargetSelectionDAGInfo *TSI;
290 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 912 milliseconds

1 2