Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1535 setKeywordLoc(KWLoc); in SwitchCase()
1546 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc() function
1638 void setCaseLoc(SourceLocation L) { setKeywordLoc(L); } in setCaseLoc()
1738 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); } in setDefaultLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp166 S->setKeywordLoc(readSourceLocation()); in VisitSwitchCase()