Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h646 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; } in setKeywordLoc() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp145 S->setKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()