Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp469 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() local
470 auto RunSignatureHelp = [this, OmpPrivParm, LParLoc, &Exprs]() { in ParseOpenMPReductionInitializerForDecl()
473 OmpPrivParm->getLocation(), Exprs, LParLoc); in ParseOpenMPReductionInitializerForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp434 SourceLocation LParLoc) { in enterParenExpr() argument
438 if (ExpectedLoc == LParLoc) in enterParenExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h315 void enterParenExpr(SourceLocation Tok, SourceLocation LParLoc);