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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
110 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc);
368 clang::SourceLocation Loc) {
397 Loc);
427 Loc);
447 clang::SourceLocation Loc);
454 clang::SourceLocation Loc) {
498 Loc,
506 StmtArray[StmtCtr++] = new(C) clang::DeclStmt(DGR, Loc, Lo
94 BuildCompoundStmt(clang::ASTContext &C, std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
366 ClearSingleRSObject(clang::ASTContext &C, clang::Expr *RefRSVar, clang::SourceLocation Loc) argument
449 ClearArrayRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSArr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
613 CountRSObjectTypes(clang::ASTContext &C, const clang::Type *T, clang::SourceLocation Loc) argument
666 ClearStructRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSStruct, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
782 CreateSingleRSSetObject(clang::ASTContext &C, clang::Expr *DstExpr, clang::Expr *SrcExpr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
1000 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
1123 clang::SourceLocation Loc = AS->getExprLoc(); local
1154 clang::SourceLocation Loc = RSObjectRefCount::GetRSSetObjectFD( local
1269 clang::SourceLocation Loc = VD->getLocation(); local
1352 CreateZeroInitializerForRSSpecificType( RSExportPrimitiveType::DataType DT, clang::ASTContext &C, const clang::SourceLocation &Loc) argument
[all...]
H A Dslang_rs_export_var.cpp32 const clang::SourceLocation Loc,
36 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
31 ReportVarError(RSContext *Context, const clang::SourceLocation Loc, const char *Message) argument
H A Dslang_rs.h94 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
H A Dslang_rs_object_ref_count.h102 const clang::SourceLocation &Loc);
H A Dslang_rs.cpp256 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, argument
258 clang::FullSourceLoc FSL(Loc, SourceMgr);
H A Dslang_rs_export_type.cpp375 clang::SourceLocation Loc,
444 if (!ValidateTypeHelper(C, FT, ND, Loc, SPS, true, UnionDecl,
463 clang::FullSourceLoc(Loc, C.getSourceManager()),
470 clang::FullSourceLoc(Loc, C.getSourceManager()),
487 clang::FullSourceLoc(Loc, C.getSourceManager()),
504 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType,
522 return ValidateTypeHelper(C, ElementType, ND, Loc, SPS, true, UnionDecl,
530 return ValidateTypeHelper(C, ElementType, ND, Loc, SPS, true, UnionDecl,
575 clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI,
581 return ValidateTypeHelper(C, T, ND, Loc, SP
371 ValidateTypeHelper( clang::ASTContext &C, const clang::Type *&T, clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript) argument
574 ValidateType(clang::ASTContext &C, clang::QualType QT, clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, bool IsFilterscript) argument
[all...]
H A Dslang_rs_export_type.h164 clang::NamedDecl *ND, clang::SourceLocation Loc,

Completed in 118 milliseconds