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

  /external/clang/lib/Sema/
SemaLambda.cpp 244 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
482 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(FunctionPtrTy,
488 S.Context.getTrivialTypeSourceInfo(ConvTy,
554 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
559 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc),
798 Context.getTrivialTypeSourceInfo(Src->getType());
    [all...]
SemaExprCXX.cpp 393 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
479 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
739 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
786 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
TreeTransform.h 516 return SemaRef.Context.getTrivialTypeSourceInfo(T,
    [all...]
SemaDeclAttr.cpp 721 tDecl->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(T));
    [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 497 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 152 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 309 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
NestedNameSpecifier.cpp 580 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
ASTContext.cpp 126 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
134 getTrivialTypeSourceInfo(ExpandedTypes.back()));
356 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty);
370 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(UnsignedInt128Ty);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 502 C.getTrivialTypeSourceInfo(C.IntTy),
871 C.getTrivialTypeSourceInfo(C.IntTy),
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 532 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
RewriteObjC.cpp 494 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 212 milliseconds