/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 99 clang::SourceLocation StartLoc, 100 clang::SourceLocation Loc); 104 std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() 266 clang::SourceLocation Loc) { in ClearSingleRSObject() 300 clang::SourceLocation(), in ClearSingleRSObject() 344 clang::SourceLocation StartLoc, 345 clang::SourceLocation Loc); 351 clang::SourceLocation StartLoc, in ClearArrayRSObject() 352 clang::SourceLocation Loc) { in ClearArrayRSObject() 420 clang::SourceLocation(), in ClearArrayRSObject() [all …]
|
D | slang_rs_exportable.h | 40 clang::SourceLocation mLoc; 43 RSExportable(RSContext *Context, RSExportable::Kind K, clang::SourceLocation Loc) in RSExportable() 53 clang::SourceLocation getLocation() const { return mLoc; } in getLocation()
|
D | slang_rs_foreach_lowering.cpp | 145 clang::SourceLocation Loc; in CreateForEachInternalFunctionDecl() 204 mASTCtxt, clang::NestedNameSpecifierLoc(), clang::SourceLocation(), FDNew, in CreateCalleeExprForInternalForEach() 205 false, clang::SourceLocation(), FDNewType, clang::VK_RValue); in CreateCalleeExprForInternalForEach() 256 const clang::SourceLocation Loc(arg0->getLocStart()); in VisitCallExpr() 302 clang::SourceLocation lparenloc; in VisitCallExpr() 303 clang::SourceLocation rparenloc; in VisitCallExpr() 360 clang::SourceLocation(), in VisitCallExpr() 361 clang::SourceLocation()); in VisitCallExpr()
|
D | slang_rs_export_reduce.h | 44 clang::SourceLocation mLocation; 81 const clang::SourceLocation Location, in RSExportReduce() 134 const clang::SourceLocation Location, 142 const clang::SourceLocation &getLocation() const { return mLocation; } in getLocation()
|
D | slang_rs_export_func.cpp | 74 clang::SourceLocation(), in Create() 75 clang::SourceLocation(), in Create() 91 clang::SourceLocation(), in Create() 92 clang::SourceLocation(), in Create()
|
D | slang.h | 224 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc, 289 clang::ModuleLoadResult loadModule(clang::SourceLocation ImportLoc, 296 clang::SourceLocation ImportLoc) override {} in makeModuleVisible() 299 loadGlobalModuleIndex(clang::SourceLocation TriggerLoc) override { in loadGlobalModuleIndex() 305 clang::SourceLocation TriggerLoc) override { in lookupMissingImports()
|
D | slang_rs_export_foreach.cpp | 350 clang::SourceLocation(), in Create() 351 clang::SourceLocation(), in Create() 357 clang::SourceLocation(), in Create() 358 clang::SourceLocation(), in Create() 429 RSExportForEach *FE = new RSExportForEach(Context, Name, clang::SourceLocation()); in CreateDummyRoot()
|
D | slang_diagnostic_buffer.cpp | 38 clang::SourceLocation const &SrcLoc = Info.getLocation(); in HandleDiagnostic()
|
D | slang_rs_export_type.h | 221 clang::SourceLocation Loc = clang::SourceLocation()); 270 clang::SourceLocation Loc, unsigned int TargetAPI, 645 clang::SourceLocation Loc, in RSExportRecordType()
|
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.cpp | 281 clang::SourceLocation ImportLoc, in loadModule() 297 clang::SourceLocation(), clang::SrcMgr::C_User)); in setInputSource() 555 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile()
|
D | slang_rs_object_ref_count.h | 143 const clang::SourceLocation &Loc);
|
D | slang_backend.cpp | 447 clang::SourceLocation(), clang::SourceLocation(), in PadStruct() 539 clang::FieldDecl::Create(ASTC, RD, clang::SourceLocation(), clang::SourceLocation(), in PadStruct()
|
D | slang_rs_context.cpp | 361 const clang::SourceLocation Loc = FD->getLocation(); in markUsedByReducePragma()
|
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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 49 void WriteDocCommentBodyImpl(io::Printer* printer, SourceLocation location) { in WriteDocCommentBodyImpl() 86 SourceLocation location; in WriteDocCommentBody()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_enum.cc | 63 SourceLocation location; in GenerateHeader() 91 SourceLocation location; in GenerateHeader()
|
D | objectivec_oneof.cc | 54 SourceLocation location; in OneofGenerator()
|
D | objectivec_extension.cc | 64 SourceLocation location; in GenerateMembersHeader()
|
D | objectivec_helpers.h | 174 string BuildCommentsString(const SourceLocation& location);
|
D | objectivec_field.cc | 65 SourceLocation location; in SetCommonFieldVariables()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 136 struct SourceLocation { struct 359 bool GetSourceLocation(SourceLocation* out_location) const; 650 bool GetSourceLocation(SourceLocation* out_location) const; 769 bool GetSourceLocation(SourceLocation* out_location) const; 864 bool GetSourceLocation(SourceLocation* out_location) const; 963 bool GetSourceLocation(SourceLocation* out_location) const; 1042 bool GetSourceLocation(SourceLocation* out_location) const; 1123 bool GetSourceLocation(SourceLocation* out_location) const; 1283 bool GetSourceLocation(SourceLocation* out_location) const; 1291 SourceLocation* out_location) const;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 106 io::Printer* printer, const SourceLocation& location) { in WriteDocCommentBodyForLocation() 143 SourceLocation location; in WriteDocCommentBody()
|
/frameworks/base/tools/stats_log_api_gen/ |
D | Collation.cpp | 29 using google::protobuf::SourceLocation; 77 SourceLocation loc; in print_error()
|