Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h964 void setSwitchLoc(SourceLocation L) { SwitchLoc = L; } in setSwitchLoc() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp201 S->setSwitchLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchStmt()