Searched refs:Loc (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp101 clang::SourceLocation Loc);
105 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
120 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc);
267 clang::SourceLocation Loc) {
296 Loc);
326 Loc);
346 clang::SourceLocation Loc);
353 clang::SourceLocation Loc) {
396 Loc,
104 BuildCompoundStmt(clang::ASTContext &C, std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
265 ClearSingleRSObject(clang::ASTContext &C, clang::Expr *RefRSVar, clang::SourceLocation Loc) argument
348 ClearArrayRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSArr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
555 ClearStructRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSStruct, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
678 CreateSingleRSSetObject(clang::ASTContext &C, clang::Expr *DstExpr, clang::Expr *SrcExpr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
895 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
1051 clang::SourceLocation Loc = AS->getExprLoc(); local
1081 clang::SourceLocation Loc = RSObjectRefCount::GetRSSetObjectFD( local
1188 clang::SourceLocation Loc = VD->getSourceRange().getBegin(); local
1240 clang::SourceLocation Loc = VD->getLocation(); local
1320 CreateEmptyInitListExpr( clang::ASTContext &C, const clang::SourceLocation &Loc) argument
1345 clang::SourceLocation Loc = RS->getLocStart(); local
1459 clang::SourceLocation Loc = CE->getSourceRange().getBegin(); local
[all...]
H A Dslang_rs_foreach_lowering.cpp145 clang::SourceLocation Loc; local
173 mASTCtxt, DC, Loc, Loc, N, T, nullptr, clang::SC_Extern);
178 ParamDecls[I] = clang::ParmVarDecl::Create(mASTCtxt, FD, Loc,
179 Loc, nullptr, ParamTypes[I], nullptr, clang::SC_None, nullptr);
256 const clang::SourceLocation Loc(arg0->getLocStart());
258 clang::IntegerLiteral::Create(mASTCtxt, APIntSlot, IntTy, Loc);
349 clang::IntegerLiteral::Create(mASTCtxt, APIntZero, IntTy, Loc);
367 clang::IntegerLiteral::Create(mASTCtxt, APIntNumOutput, IntTy, Loc);
372 clang::IntegerLiteral::Create(mASTCtxt, APIntNumInputs, IntTy, Loc);
[all...]
H A Dslang_rs_context.cpp360 const clang::SourceLocation Loc = FD->getLocation(); local
363 mCtx, DC, Loc, Loc,
373 Loc,
374 FD, false, Loc, FD->getType(),
381 Loc, Loc);
H A Dslang_rs_context.h325 const clang::SourceLocation Loc,
329 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
341 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, argument
343 return Report<N>(clang::DiagnosticsEngine::Error, Loc, Message);
352 clang::DiagnosticBuilder ReportWarning(const clang::SourceLocation Loc, argument
354 return Report<N>(clang::DiagnosticsEngine::Warning, Loc, Message);
324 Report(clang::DiagnosticsEngine::Level Level, const clang::SourceLocation Loc, const char (&Message)[N]) argument
H A Dslang_rs_export_type.cpp486 clang::SourceLocation Loc,
558 if (!ValidateTypeHelper(Context, C, FT, ND, Loc, SPS, true, UnionDecl,
576 Loc,
582 Loc,
595 Context->ReportError(Loc,
610 Context->ReportError(Loc,
616 Context->ReportError(Loc,
627 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS,
646 return ValidateTypeHelper(Context, C, ElementType, ND, Loc, SPS, true,
653 return ValidateTypeHelper(Context, C, ElementType, ND, Loc, SP
481 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, const clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument
701 ValidateType(slang::RSContext *Context, clang::ASTContext &C, clang::QualType QT, const clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument
[all...]
H A Dslang_rs_object_ref_count.h142 const clang::SourceLocation &Loc);
H A Dslang.h221 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
H A Dslang.cpp595 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, argument
597 clang::FullSourceLoc FSL(Loc, SourceMgr);
H A Dslang_rs_export_type.h268 clang::SourceLocation Loc, unsigned int TargetAPI,

Completed in 77 milliseconds