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 545 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
833 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(FunctionPtrTy,
839 S.Context.getTrivialTypeSourceInfo(ConvTy,
    [all...]
SemaExprCXX.cpp 75 Context.getTrivialTypeSourceInfo(Type, NameLoc));
450 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
516 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
736 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
831 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateVariadic.cpp 865 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(),
    [all...]
SemaTemplateInstantiateDecl.cpp 202 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
221 DI = SemaRef.Context.getTrivialTypeSourceInfo(
    [all...]
SemaExpr.cpp     [all...]
SemaObjCProperty.cpp 540 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
    [all...]
TreeTransform.h 533 return SemaRef.Context.getTrivialTypeSourceInfo(T,
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 507 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
    [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 374 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
ASTContext.cpp 601 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
609 getTrivialTypeSourceInfo(ExpandedTypes.back()));
841 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty);
    [all...]
NestedNameSpecifier.cpp 581 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 500 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
RewriteModernObjC.cpp 587 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 501 C.getTrivialTypeSourceInfo(C.IntTy),
871 C.getTrivialTypeSourceInfo(C.IntTy),
    [all...]

Completed in 278 milliseconds