Home
last modified time | relevance | path

Searched refs:GetLoc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc421 return Error(lexer_.GetLoc(), msg); in TokenError()
456 Error(lexer_.GetLoc(), in FindInstruction()
467 lexer_.GetLoc(), in FindInstruction()
549 LocTy maybe_entry_loc = lexer_.GetLoc(); in ParseComputation()
553 LocTy name_loc = lexer_.GetLoc(); in ParseComputation()
637 LocTy maybe_root_loc = lexer_.GetLoc(); in ParseInstruction()
640 const LocTy name_loc = lexer_.GetLoc(); in ParseInstruction()
694 Error(lexer_.GetLoc(), "parameter number must be >= 0"); in ParseInstructionRhs()
1194 auto loc = lexer_.GetLoc(); in ParseInstructionRhs()
1267 LocTy loc = lexer_.GetLoc(); in ParseInstructionRhs()
[all …]
Dhlo_lexer.h128 LocTy GetLoc() const { return token_state_.token_start; } in GetLoc() function
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp993 static clang::SourceLocation GetLoc(const clang::NamedDecl& decl) { in GetLoc() function
1002 static clang::SourceLocation GetLoc(const clang::MemberExpr& expr) { in GetLoc() function
1011 static clang::SourceLocation GetLoc(const clang::DeclRefExpr& expr) { in GetLoc() function
1020 static clang::SourceLocation GetLoc( in GetLoc() function
1029 static clang::SourceLocation GetLoc( in GetLoc() function
1038 static clang::SourceLocation GetLoc(const clang::CXXCtorInitializer& init) { in GetLoc() function
1048 static clang::SourceLocation GetLoc(const clang::UnresolvedLookupExpr& expr) { in GetLoc() function
1057 static clang::SourceLocation GetLoc(const clang::UnresolvedMemberExpr& expr) { in GetLoc() function
1066 static clang::SourceLocation GetLoc( in GetLoc() function
1152 return TargetNodeTraits<TargetNode>::GetLoc(GetTargetNode(result)); in GetTargetLoc()
[all …]