Searched refs:AtLocation (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.cc | 78 LOG(INFO).AtLocation(file_, line_) in StopAndLog()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.cc | 303 LogMessage& LogMessage::AtLocation(const char* fname, int line) { in AtLocation() function in tensorflow::internal::LogMessage
|
D | logging.h | 53 LogMessage& AtLocation(const char* fname, int line);
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 749 SourceLocation AtLocation, SourceLocation LParenLocation, in ObjCPropertyDecl() argument 752 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 765 IdentifierInfo *Id, SourceLocation AtLocation,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 793 SourceLocation AtLocation, SourceLocation LParenLocation, in ObjCPropertyDecl() argument 795 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 805 IdentifierInfo *Id, SourceLocation AtLocation,
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1633 ExprResult ParseObjCAtExpression(SourceLocation AtLocation);
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 2031 ExprResult ParseObjCAtExpression(SourceLocation AtLocation);
|