Home
last modified time | relevance | path

Searched refs:getSwitchCaseWithID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h363 SwitchCase *getSwitchCaseWithID(unsigned ID) { in getSwitchCaseWithID() function
364 return Reader->getSwitchCaseWithID(ID); in getSwitchCaseWithID()
H A DASTReader.h2601 SwitchCase *getSwitchCaseWithID(unsigned ID);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp263 SwitchCase *SC = Record.getSwitchCaseWithID(Record.readInt()); in VisitSwitchStmt()
H A DASTReader.cpp10145 SwitchCase *ASTReader::getSwitchCaseWithID(unsigned ID) { in getSwitchCaseWithID() function in ASTReader
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2076 {"_ZN5clang9ASTReader19getSwitchCaseWithIDEj", "clang::ASTReader::getSwitchCaseWithID(unsigned int)…