Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1198 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h4602 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function