Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1484 setKeywordLoc(KWLoc); in SwitchCase()
1495 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc() function
1587 void setCaseLoc(SourceLocation L) { setKeywordLoc(L); } in setCaseLoc()
1687 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); } in setDefaultLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp164 S->setKeywordLoc(readSourceLocation()); in VisitSwitchCase()