Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2399 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3141 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() function in Sema
H A DTreeTransform.h1493 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10805 StmtResult ActOnIndirectGotoStmt(SourceLocation GotoLoc,