Home
last modified time | relevance | path

Searched refs:StartVar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.cpp49 StringRef StartVar = Current; in emit() local
55 StringRef EndVar = StartVar.drop_front(2 /* ${ */ + Var.size()); in emit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5564 VarDecl *StartVar = cast<VarDecl>(StartExpr->getDecl()); in buildLoopVarFunc() local
5565 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()