Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h671 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; } in setKeywordLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp146 S->setKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()