Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h646 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; } in setKeywordLoc() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp145 S->setKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()