Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1194 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4620 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function