OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LPLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h
153
SourceLocation
LPLoc
; /// The location of the left paren
192
SourceLocation getLParenLoc() const { return
LPLoc
; }
193
void setLParenLoc(SourceLocation L) {
LPLoc
= L; }
198
SourceLocation getBeginLoc() const LLVM_READONLY { return
LPLoc
; }
314
SourceLocation
LPLoc
;
366
SourceLocation getLParenLoc() const { return
LPLoc
; }
367
void setLParenLoc(SourceLocation L) {
LPLoc
= L; }
Expr.h
3661
SourceLocation
LPLoc
; // the location of the left paren
3669
LPLoc
(l), RPLoc(r) {
3692
SourceLocation getLParenLoc() const { return
LPLoc
; }
3693
void setLParenLoc(SourceLocation L) {
LPLoc
= L; }
3698
SourceLocation getBeginLoc() const LLVM_READONLY { return
LPLoc
; }
Completed in 30 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026