HomeSort by: relevance | last modified time | path
    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