Searched refs:Loc (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument 110 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc); in BuildCompoundStmt() 368 clang::SourceLocation Loc) { in ClearSingleRSObject() argument 397 Loc); in ClearSingleRSObject() 427 Loc); in ClearSingleRSObject() 447 clang::SourceLocation Loc); 454 clang::SourceLocation Loc) { in ClearArrayRSObject() argument 498 Loc, in ClearArrayRSObject() 506 StmtArray[StmtCtr++] = new(C) clang::DeclStmt(DGR, Loc, Loc); in ClearArrayRSObject() 519 Loc, in ClearArrayRSObject() [all …]
|
D | slang_rs_export_var.cpp | 32 const clang::SourceLocation Loc, in ReportVarError() argument 36 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM), in ReportVarError()
|
D | slang_rs_export_type.cpp | 375 clang::SourceLocation Loc, in ValidateTypeHelper() argument 444 if (!ValidateTypeHelper(C, FT, ND, Loc, SPS, true, UnionDecl, in ValidateTypeHelper() 463 clang::FullSourceLoc(Loc, C.getSourceManager()), in ValidateTypeHelper() 470 clang::FullSourceLoc(Loc, C.getSourceManager()), in ValidateTypeHelper() 487 clang::FullSourceLoc(Loc, C.getSourceManager()), in ValidateTypeHelper() 504 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType, in ValidateTypeHelper() 522 return ValidateTypeHelper(C, ElementType, ND, Loc, SPS, true, UnionDecl, in ValidateTypeHelper() 530 return ValidateTypeHelper(C, ElementType, ND, Loc, SPS, true, UnionDecl, in ValidateTypeHelper() 575 clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, in ValidateType() argument 581 return ValidateTypeHelper(C, T, ND, Loc, SPS, false, NULL, TargetAPI, in ValidateType()
|
D | slang_rs.h | 94 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
|
D | slang_rs_object_ref_count.h | 102 const clang::SourceLocation &Loc);
|
D | slang_rs.cpp | 256 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() argument 258 clang::FullSourceLoc FSL(Loc, SourceMgr); in IsLocInRSHeaderFile()
|
D | slang_rs_export_type.h | 164 clang::NamedDecl *ND, clang::SourceLocation Loc,
|