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() 507 StmtArray[StmtCtr++] = new(C) clang::DeclStmt(DGR, Loc, Loc); in ClearArrayRSObject() 520 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 | 374 clang::SourceLocation Loc, in ValidateTypeHelper() argument 443 if (!ValidateTypeHelper(C, FT, ND, Loc, SPS, true, UnionDecl, in ValidateTypeHelper() 462 clang::FullSourceLoc(Loc, C.getSourceManager()), in ValidateTypeHelper() 469 clang::FullSourceLoc(Loc, C.getSourceManager()), in ValidateTypeHelper() 486 clang::FullSourceLoc(Loc, C.getSourceManager()), in ValidateTypeHelper() 503 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType, in ValidateTypeHelper() 521 return ValidateTypeHelper(C, ElementType, ND, Loc, SPS, true, UnionDecl, in ValidateTypeHelper() 529 return ValidateTypeHelper(C, ElementType, ND, Loc, SPS, true, UnionDecl, in ValidateTypeHelper() 574 clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, in ValidateType() argument 580 return ValidateTypeHelper(C, T, ND, Loc, SPS, false, NULL, TargetAPI, in ValidateType()
|
D | slang_rs.h | 97 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
|
D | slang_rs_object_ref_count.h | 102 const clang::SourceLocation &Loc);
|
D | slang_rs.cpp | 260 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() argument 262 clang::FullSourceLoc FSL(Loc, SourceMgr); in IsLocInRSHeaderFile()
|
D | slang_rs_export_type.h | 164 clang::NamedDecl *ND, clang::SourceLocation Loc,
|