HomeSort by: relevance | last modified time | path
    Searched refs:RParenLoc (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 27 SourceLocation RParenLoc;
54 SourceLocation getRParenLoc() const { return RParenLoc; }
55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
81 SourceLocation AtCatchLoc, RParenLoc;
84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc,
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
107 SourceLocation getRParenLoc() const { return RParenLoc; }
108 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
ExprCXX.h 379 SourceLocation RParenLoc;
390 SourceLocation RParenLoc, SourceRange AngleBrackets)
393 Loc(l), RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
407 SourceLocation getRParenLoc() const { return RParenLoc; }
410 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
438 SourceLocation RParenLoc, SourceRange AngleBrackets)
440 FPO.requiresTrailingStorage(), writtenTy, l, RParenLoc,
462 FPOptionsOverride FPO, SourceLocation L, SourceLocation RParenLoc,
482 SourceLocation l, SourceLocation RParenLoc,
    [all...]
Expr.h 2379 SourceLocation OperatorLoc, RParenLoc;
2394 SourceLocation RParenLoc);
2405 ArrayRef<Expr*> exprs, SourceLocation RParenLoc);
2415 SourceLocation getRParenLoc() const { return RParenLoc; }
2416 void setRParenLoc(SourceLocation R) { RParenLoc = R; }
2459 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
2486 SourceLocation OpLoc, RParenLoc;
2493 OpLoc(op), RParenLoc(rp) {
2556 SourceLocation getRParenLoc() const { return RParenLoc; }
2557 void setRParenLoc(SourceLocation L) { RParenLoc = L;
    [all...]
ExprObjC.h 411 SourceLocation AtLoc, RParenLoc;
417 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {
425 SourceLocation getRParenLoc() const { return RParenLoc; }
426 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
437 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
456 SourceLocation AtLoc, RParenLoc;
462 SelName(selInfo), AtLoc(at), RParenLoc(rp) {
472 SourceLocation getRParenLoc() const { return RParenLoc; }
474 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
477 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
    [all...]
TypeLoc.h 1110 SourceLocation RParenLoc;
1122 return this->getLocalData()->RParenLoc;
1130 this->getLocalData()->RParenLoc = Loc;
1346 SourceLocation RParenLoc;
1395 return this->getLocalData()->RParenLoc;
1399 this->getLocalData()->RParenLoc = Loc;
1898 SourceLocation RParenLoc;
1929 return this->getLocalData()->RParenLoc;
1933 this->getLocalData()->RParenLoc = Loc;
1999 SourceLocation KWLoc, LParenLoc, RParenLoc;
    [all...]
Stmt.h 706 SourceLocation RParenLoc;
1933 SourceLocation RParenLoc;
1955 SourceLocation RParenLoc, Stmt *Then, SourceLocation EL, Stmt *Else);
2098 SourceLocation getRParenLoc() const { return RParenLoc; }
2099 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
2148 SourceLocation RParenLoc;
2163 SourceLocation LParenLoc, SourceLocation RParenLoc);
2172 SourceLocation RParenLoc);
2262 SourceLocation getRParenLoc() const { return RParenLoc; }
2263 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc;
    [all...]
StmtCXX.h 142 SourceLocation RParenLoc;
204 SourceLocation getRParenLoc() const { return RParenLoc; }
DeclCXX.h 2194 SourceLocation RParenLoc;
2367 SourceLocation getRParenLoc() const { return RParenLoc; }
3782 SourceLocation RParenLoc;
3786 SourceLocation RParenLoc, bool Failed)
3789 RParenLoc(RParenLoc) {}
3799 SourceLocation RParenLoc, bool Failed);
3810 SourceLocation getRParenLoc() const { return RParenLoc; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp 28 RParenLoc = RPL;
ExprCXX.cpp 709 SourceLocation L, SourceLocation RParenLoc,
716 FPO, L, RParenLoc, AngleBrackets);
738 SourceLocation RParenLoc,
744 RParenLoc, AngleBrackets);
795 SourceLocation RParenLoc,
801 RParenLoc, AngleBrackets);
818 SourceLocation RParenLoc,
820 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
830 SourceLocation L, SourceLocation RParenLoc,
832 return new (C) CXXAddrspaceCastExpr(T, VK, K, Op, WrittenTy, L, RParenLoc,
    [all...]
Stmt.cpp 839 SourceLocation rparenloc)
842 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) {
912 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) {
1009 : Stmt(ForStmtClass), LParenLoc(LP), RParenLoc(RP)
1040 SourceLocation RParenLoc)
1042 RParenLoc(RParenLoc) {
1068 SourceLocation RParenLoc) {
1074 return new (Mem) SwitchStmt(Ctx, Init, Var, Cond, LParenLoc, RParenLoc);
    [all...]
Expr.cpp 1314 SourceLocation RParenLoc, FPOptionsOverride FPFeatures,
1316 : Expr(SC, Ty, VK, OK_Ordinary), RParenLoc(RParenLoc) {
1359 SourceLocation RParenLoc,
1368 RParenLoc, FPFeatures, MinNumArgs, UsesADL);
1372 ExprValueKind VK, SourceLocation RParenLoc,
1377 VK, RParenLoc, FPOptionsOverride(),
1519 SourceLocation RParenLoc) {
1524 RParenLoc);
1537 SourceLocation RParenLoc)
    [all...]
StmtCXX.cpp 54 RParenLoc(RPL) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 956 SourceLocation RParenLoc;
958 isTypeCast == IsTypeCast, CastTy, RParenLoc);
2270 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation);
2271 if (LParenLoc.isInvalid() || RParenLoc.isInvalid()) {
2278 << FixItHint::CreateInsertion(RParenLoc, ")");
2299 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc;
2302 false, CastTy, RParenLoc);
2303 CastRange = SourceRange(LParenLoc, RParenLoc);
2351 SourceLocation LParenLoc, RParenLoc;
2362 RParenLoc = T.getCloseLocation()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 247 SourceLocation RParenLoc) {
279 NumClobbers, Clobbers, NumLabels, RParenLoc);
348 NumClobbers, Clobbers, NumLabels, RParenLoc);
370 NumClobbers, Clobbers, NumLabels, RParenLoc);
471 NumClobbers, Clobbers, NumLabels, RParenLoc);
485 Clobbers, NumLabels, RParenLoc);
492 RParenLoc);
SemaTemplateVariadic.cpp 1003 /// \param RParenLoc The location of the closing parentheses.
1008 SourceLocation RParenLoc) {
1051 RParenLoc);
1189 SourceLocation RParenLoc) {
1246 return BuildCXXFoldExpr(ULE, LParenLoc, LHS, Opc, EllipsisLoc, RHS, RParenLoc,
1254 SourceLocation RParenLoc,
1258 EllipsisLoc, RHS, RParenLoc, NumExpansions);
TreeTransform.h 1325 SourceLocation RParenLoc, Stmt *Init, Stmt *Then,
1328 RParenLoc, Then, ElseLoc, Else);
1338 SourceLocation RParenLoc) {
1340 RParenLoc);
1358 SourceLocation RParenLoc, Stmt *Body) {
1359 return getSema().ActOnWhileStmt(WhileLoc, LParenLoc, Cond, RParenLoc, Body);
1368 Expr *Cond, SourceLocation RParenLoc) {
1370 Cond, RParenLoc);
1379 Sema::FullExprArg Inc, SourceLocation RParenLoc,
1382 Inc, RParenLoc, Body)
    [all...]
SemaStmt.cpp 863 ConditionResult Cond, SourceLocation RParenLoc,
911 return BuildIfStmt(IfLoc, IsConstexpr, LParenLoc, InitStmt, Cond, RParenLoc,
917 ConditionResult Cond, SourceLocation RParenLoc,
927 Cond.get().second, LParenLoc, RParenLoc, thenStmt,
1056 SourceLocation RParenLoc) {
1079 LParenLoc, RParenLoc);
1648 SourceLocation RParenLoc, Stmt *Body) {
1663 WhileLoc, LParenLoc, RParenLoc);
2095 FullExprArg third, SourceLocation RParenLoc,
2148 Body, ForLoc, LParenLoc, RParenLoc);
    [all...]
SemaExprObjC.cpp 1132 SourceLocation RParenLoc) {
1157 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
1164 SourceLocation RParenLoc) {
1172 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc);
1178 SourceLocation RParenLoc,
1195 << FixItHint::CreateInsertion(RParenLoc, ")");
1209 SourceLocation RParenLoc,
1219 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1225 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1297 SourceLocation RParenLoc,
    [all...]
SemaExprCXX.cpp 519 SourceLocation RParenLoc) {
540 SourceRange(TypeidLoc, RParenLoc));
547 SourceLocation RParenLoc) {
613 SourceRange(TypeidLoc, RParenLoc));
619 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
662 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
667 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc);
719 SourceLocation RParenLoc) {
732 CXXUuidofExpr(Type, Operand, Guid, SourceRange(TypeidLoc, RParenLoc));
737 Expr *E, SourceLocation RParenLoc) {
    [all...]
SemaExpr.cpp 1576 SourceLocation RParenLoc,
1591 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1602 SourceLocation RParenLoc,
1687 Exprs, DefaultLoc, RParenLoc,
1740 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
5073 SourceLocation RParenLoc,
5090 LParenLoc, RParenLoc, Dims, Brackets);
5144 LParenLoc, RParenLoc, NewDims, Brackets);
5783 SourceLocation RParenLoc,
5815 Diag(RParenLoc,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 623 SourceLocation RParenLoc) {
625 InitLoc, LParenLoc, RParenLoc);
683 SourceLocation RParenLoc,
686 InitLoc, LParenLoc, RParenLoc);
Sema.h 2847 SourceLocation RParenLoc);
3816 SourceLocation RParenLoc,
3822 MultiExprArg Args, SourceLocation RParenLoc,
3860 SourceLocation RParenLoc,
3865 SourceLocation RParenLoc);
4664 ConditionResult Cond, SourceLocation RParenLoc,
4668 ConditionResult Cond, SourceLocation RParenLoc,
4673 SourceLocation RParenLoc);
4677 ConditionResult Cond, SourceLocation RParenLoc,
4688 SourceLocation RParenLoc,
    [all...]
DeclSpec.h 1311 SourceLocation RParenLoc;
1426 SourceLocation getRParenLoc() const { return RParenLoc; }
1629 SourceLocation RParenLoc,
1687 SourceLocation RParenLoc) {
1691 I.EndLoc = RParenLoc;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 705 E->RParenLoc = readSourceLocation();
1292 E->RParenLoc = readSourceLocation();
1341 E->RParenLoc = readSourceLocation();
1359 E->RParenLoc = readSourceLocation();
1396 E->RParenLoc = readSourceLocation();
1657 S->RParenLoc = readSourceLocation();
1755 E->RParenLoc = R.getEnd();
1789 E->RParenLoc = readSourceLocation();
1853 E->CXXScalarValueInitExprBits.RParenLoc = readSourceLocation();
2062 E->RParenLoc = Range.getEnd()
    [all...]

Completed in 84 milliseconds

1 2