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

/external/clang/include/clang/AST/
H A DStmt.h962 void setSwitchLoc(SourceLocation L) { SwitchLoc = L; } function in class:clang::SwitchStmt
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp201 S->setSwitchLoc(ReadSourceLocation(Record, Idx));

Completed in 141 milliseconds