Home
last modified time | relevance | path

Searched refs:STMT_GOTO (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTBitCodes.h1581 STMT_GOTO, enumerator
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp237 Code = serialization::STMT_GOTO; in VisitGotoStmt()
H A DASTReaderStmt.cpp2876 case STMT_GOTO: in ReadStmtFromStream()
H A DASTWriter.cpp669 RECORD(STMT_GOTO); in AddStmtsExprs()