Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1304 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h4671 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function