Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1294 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4618 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function