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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
112 Loc,
113 Loc);
371 clang::SourceLocation Loc) {
400 Loc);
428 Loc);
448 clang::SourceLocation Loc);
455 clang::SourceLocation Loc) {
499 Loc,
508 StmtArray[StmtCtr++] = new(C) clang::DeclStmt(DGR, Loc, Lo
94 BuildCompoundStmt(clang::ASTContext &C, std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
369 ClearSingleRSObject(clang::ASTContext &C, clang::Expr *RefRSVar, clang::SourceLocation Loc) argument
450 ClearArrayRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSArr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
613 CountRSObjectTypes(clang::ASTContext &C, const clang::Type *T, clang::SourceLocation Loc) argument
666 ClearStructRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSStruct, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
781 CreateSingleRSSetObject(clang::ASTContext &C, clang::Expr *DstExpr, clang::Expr *SrcExpr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
1000 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
1122 clang::SourceLocation Loc = AS->getExprLoc(); local
1153 clang::SourceLocation Loc = RSObjectRefCount::GetRSSetObjectFD( local
1269 clang::SourceLocation Loc = VD->getLocation(); local
1352 CreateZeroInitializerForRSSpecificType( RSExportPrimitiveType::DataType DT, clang::ASTContext &C, const clang::SourceLocation &Loc) argument
[all...]
H A Dslang_rs_export_var.cpp31 const clang::SourceLocation Loc,
35 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
30 ReportVarError(RSContext *Context, const clang::SourceLocation Loc, const char *Message) argument
H A Dslang_rs_object_ref_count.h102 const clang::SourceLocation &Loc);

Completed in 31 milliseconds