Home
last modified time | relevance | path

Searched refs:LParLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp358 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() local
359 auto RunSignatureHelp = [this, OmpPrivParm, LParLoc, &Exprs]() { in ParseOpenMPReductionInitializerForDecl()
363 OmpPrivParm->getLocation(), Exprs, LParLoc, /*Braced=*/false); in ParseOpenMPReductionInitializerForDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp464 SourceLocation LParLoc) { in enterParenExpr() argument
468 if (ExpectedLoc == LParLoc) in enterParenExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h310 void enterParenExpr(SourceLocation Tok, SourceLocation LParLoc);