Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1363 setKeywordLoc(KWLoc); in SwitchCase()
1374 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc() function
1466 void setCaseLoc(SourceLocation L) { setKeywordLoc(L); } in setCaseLoc()
1560 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); } in setDefaultLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp174 S->setKeywordLoc(ReadSourceLocation()); in VisitSwitchCase()