Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1187 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4535 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function