Home
last modified time | relevance | path

Searched refs:Loc (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp95 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 …]
Dslang_rs_export_var.cpp32 const clang::SourceLocation Loc, in ReportVarError() argument
36 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM), in ReportVarError()
Dslang_rs_export_type.cpp375 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()
Dslang_rs.h94 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
Dslang_rs_object_ref_count.h102 const clang::SourceLocation &Loc);
Dslang_rs.cpp256 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() argument
258 clang::FullSourceLoc FSL(Loc, SourceMgr); in IsLocInRSHeaderFile()
Dslang_rs_export_type.h164 clang::NamedDecl *ND, clang::SourceLocation Loc,