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.cpp487 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() local
488 auto RunSignatureHelp = [this, OmpPrivParm, LParLoc, &Exprs]() { in ParseOpenMPReductionInitializerForDecl()
492 OmpPrivParm->getLocation(), Exprs, LParLoc, /*Braced=*/false); in ParseOpenMPReductionInitializerForDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp463 SourceLocation LParLoc) { in enterParenExpr() argument
467 if (ExpectedLoc == LParLoc) in enterParenExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h334 void enterParenExpr(SourceLocation Tok, SourceLocation LParLoc);