Home
last modified time | relevance | path

Searched defs:GetLoc (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp793 static clang::SourceLocation GetLoc(const clang::NamedDecl& decl) { in GetLoc() function
802 static clang::SourceLocation GetLoc(const clang::MemberExpr& expr) { in GetLoc() function
811 static clang::SourceLocation GetLoc(const clang::DeclRefExpr& expr) { in GetLoc() function
820 static clang::SourceLocation GetLoc( in GetLoc() function
829 static clang::SourceLocation GetLoc( in GetLoc() function
838 static clang::SourceLocation GetLoc(const clang::CXXCtorInitializer& init) { in GetLoc() function
848 static clang::SourceLocation GetLoc(const clang::UnresolvedLookupExpr& expr) { in GetLoc() function
857 static clang::SourceLocation GetLoc(const clang::UnresolvedMemberExpr& expr) { in GetLoc() function
866 static clang::SourceLocation GetLoc( in GetLoc() function
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_lexer.h72 LocTy GetLoc() const { return token_start_; } in GetLoc() function