Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3639 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp887 E->setTokenLocation(ReadSourceLocation(Record, Idx)); in VisitGNUNullExpr()