Searched defs:Loc (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 104 std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() 266 clang::SourceLocation Loc) { in ClearSingleRSObject() 352 clang::SourceLocation Loc) { in ClearArrayRSObject() 559 clang::SourceLocation Loc) { in ClearStructRSObject() 683 clang::SourceLocation Loc) { in CreateSingleRSSetObject() 900 clang::SourceLocation Loc) { in CreateStructRSSetObject() 1056 clang::SourceLocation Loc = AS->getExprLoc(); in ReplaceRSObjectAssignment() local 1086 clang::SourceLocation Loc = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit() local 1211 clang::SourceLocation Loc = VD->getSourceRange().getBegin(); in InsertLocalVarDestructors() local 1263 clang::SourceLocation Loc = VD->getLocation(); in ClearRSObject() local [all …]
|
D | slang_rs_exportable.h | 43 RSExportable(RSContext *Context, RSExportable::Kind K, clang::SourceLocation Loc) in RSExportable()
|
D | slang_rs_foreach_lowering.cpp | 145 clang::SourceLocation Loc; in CreateForEachInternalFunctionDecl() local 256 const clang::SourceLocation Loc(arg0->getLocStart()); in VisitCallExpr() local
|
D | slang_rs_context.h | 344 const clang::SourceLocation Loc, in Report() 360 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, in ReportError() 371 clang::DiagnosticBuilder ReportWarning(const clang::SourceLocation Loc, in ReportWarning()
|
D | slang_rs_export_foreach.h | 75 RSExportForEach(RSContext *Context, const llvm::StringRef &Name, clang::SourceLocation Loc) in RSExportForEach()
|
D | slang_rs_context.cpp | 361 const clang::SourceLocation Loc = FD->getLocation(); in markUsedByReducePragma() local
|
D | slang_rs_export_type.cpp | 491 clang::SourceLocation Loc, in ValidateTypeHelper() 707 clang::SourceLocation Loc, in ValidateType() 947 const llvm::StringRef &Name, clang::SourceLocation Loc) in RSExportType()
|
D | slang.cpp | 555 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile()
|
D | slang_rs_export_type.h | 645 clang::SourceLocation Loc, in RSExportRecordType()
|