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

1 2

  /external/clang/lib/AST/
TypeLoc.cpp 407 Context.getTrivialTypeSourceInfo(
420 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo(
483 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
NestedNameSpecifier.cpp 626 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
DeclTemplate.cpp     [all...]
ASTContext.cpp 617 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
625 getTrivialTypeSourceInfo(ExpandedTypes.back()));
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 318 clang::TypeSourceInfo* ti = mASTCtxt.getTrivialTypeSourceInfo(AllocArrayTy);
359 mASTCtxt.getTrivialTypeSourceInfo(ScriptCallPtrTy),
slang_rs_context.cpp 366 mCtx.getTrivialTypeSourceInfo(VoidPtrType),
slang_rs_object_ref_count.cpp 399 C.getTrivialTypeSourceInfo(C.IntTy),
767 C.getTrivialTypeSourceInfo(C.IntTy),
    [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 55 S.Context.getTrivialTypeSourceInfo(FnType->getReturnType(), Loc)));
60 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, Loc)));
148 S.Context.getTrivialTypeSourceInfo(T, Loc), SC_None);
SemaLambda.cpp 769 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
    [all...]
SemaExprCXX.cpp 79 Context.getTrivialTypeSourceInfo(Type, NameLoc));
212 Context.getTrivialTypeSourceInfo(T, NameLoc));
250 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
271 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
284 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
502 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
576 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
    [all...]
SemaDeclObjC.cpp 582 SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType,
675 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType());
685 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType());
    [all...]
SemaTemplateVariadic.cpp 887 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 365 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
384 DI = SemaRef.Context.getTrivialTypeSourceInfo(
    [all...]
SemaExpr.cpp     [all...]
SemaType.cpp     [all...]
SemaObjCProperty.cpp 606 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
    [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 494 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 492 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
RewriteModernObjC.cpp 592 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 463 milliseconds

1 2