Searched defs:Loc (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_object_ref_count.cpp | 266 clang::SourceLocation Loc) { in ClearSingleRSObject() 352 clang::SourceLocation Loc) { in ClearArrayRSObject() 559 clang::SourceLocation Loc) { in ClearStructRSObject() 1056 clang::SourceLocation Loc = AS->getExprLoc(); in ReplaceRSObjectAssignment() local 1263 clang::SourceLocation Loc = VD->getLocation(); in ClearRSObject() local 1347 const clang::SourceLocation &Loc) { in CreateEmptyInitListExpr() 1361 clang::SourceLocation Loc = E->getLocStart(); in CreateGuard() local 1425 clang::SourceLocation Loc = PD->getLocStart(); in CreateParameterGuard() local 1461 clang::SourceLocation Loc = FD->getLocStart(); in HandleParamsAndLocals() local 1492 clang::SourceLocation Loc = RS->getLocStart(); in CreateRetStmtWithTempVar() local [all …]
|
H A D | slang_rs_exportable.h | 43 RSExportable(RSContext *Context, RSExportable::Kind K, clang::SourceLocation Loc) in RSExportable()
|
H A D | slang_rs_foreach_lowering.cpp | 145 clang::SourceLocation Loc; in CreateForEachInternalFunctionDecl() local 256 const clang::SourceLocation Loc(arg0->getLocStart()); in VisitCallExpr() local
|
H A 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()
|
H A D | slang_rs_export_foreach.h | 75 RSExportForEach(RSContext *Context, const llvm::StringRef &Name, clang::SourceLocation Loc) in RSExportForEach()
|
H A D | slang_rs_context.cpp | 361 const clang::SourceLocation Loc = FD->getLocation(); in markUsedByReducePragma() local
|
H A 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()
|
H A D | slang.cpp | 555 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile()
|
H A D | slang_rs_export_type.h | 645 clang::SourceLocation Loc, in RSExportRecordType()
|