Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1324 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4536 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function