Home
last modified time | relevance | path

Searched defs:getConstantTarget (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1174 LabelDecl *IndirectGotoStmt::getConstantTarget() { in getConstantTarget() function in IndirectGotoStmt
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2644 const LabelDecl *getConstantTarget() const { in getConstantTarget() function