HomeSort by: relevance | last modified time | path
    Searched refs:LPLoc (Results 1 - 8 of 8) 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; }
ExprCXX.h 1761 const CXXCastPath *Path, FPOptionsOverride FPO, SourceLocation LPLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 3180 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc,
3186 Op.OpRange = SourceRange(LPLoc, CastExpr->getEndLoc());
3203 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc));
3208 SourceLocation LPLoc,
3211 assert(LPLoc.isValid() && "List-initialization shouldn't get here.");
3224 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc));
3228 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc));
SemaExpr.cpp 14977 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt,
14979 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S));
14982 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
15015 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
3405 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get());
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4764 : Expr(OMPArrayShapingExprClass, ExprTy, VK_LValue, OK_Ordinary), LPLoc(L),
4887 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5467 ExprResult ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt,
5469 ExprResult BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,

Completed in 65 milliseconds