OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RPLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h
154
SourceLocation
RPLoc
; /// The location of the right paren
195
SourceLocation getRParenLoc() const { return
RPLoc
; }
196
void setRParenLoc(SourceLocation L) {
RPLoc
= L; }
316
SourceLocation
RPLoc
;
369
SourceLocation getRParenLoc() const { return
RPLoc
; }
370
void setRParenLoc(SourceLocation L) {
RPLoc
= L; }
375
SourceLocation getEndLoc() const LLVM_READONLY { return
RPLoc
; }
Expr.h
3662
SourceLocation
RPLoc
; // the location of the right paren
3669
LPLoc(l),
RPLoc
(r) {
3695
SourceLocation getRParenLoc() const { return
RPLoc
; }
3696
void setRParenLoc(SourceLocation L) {
RPLoc
= L; }
4561
SourceLocation
RPLoc
, QualType t, bool IsMS)
4563
TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(
RPLoc
) {
Completed in 55 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026