Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1580 setKeywordLoc(KWLoc); in SwitchCase()
1591 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; } in setKeywordLoc() function
1683 void setCaseLoc(SourceLocation L) { setKeywordLoc(L); } in setCaseLoc()
1783 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); } in setDefaultLoc()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp171 S->setKeywordLoc(readSourceLocation()); in VisitSwitchCase()