Home
last modified time | relevance | path

Searched refs:getTokenLocation (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
DASTWriterStmt.cpp827 Writer.AddSourceLocation(E->getTokenLocation(), Record); in VisitGNUNullExpr()
/external/clang/include/clang/AST/
DExpr.h3704 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function