Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1766 setKeywordLoc(KWLoc); in SwitchCase()
1777 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc() function
1869 void setCaseLoc(SourceLocation L) { setKeywordLoc(L); } in setCaseLoc()
1969 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); } in setDefaultLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp172 S->setKeywordLoc(readSourceLocation()); in VisitSwitchCase()