HomeSort by: relevance | last modified time | path
    Searched refs:getOpenLocation (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 243 SourceLocation StartLoc = T.getOpenLocation();
443 SourceLocation LBraceLoc = T.getOpenLocation();
464 PreferredType.get(T.getOpenLocation()),
567 PreferredType.get(Braces.getOpenLocation()),
ParseExprCXX.cpp 833 Intro.Range.setBegin(T.getOpenLocation());
991 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(),
1404 SourceLocation LParenLoc = T.getOpenLocation();
1547 T.getOpenLocation(), Result.get(),
1569 LParenLoc = T.getOpenLocation();
1647 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true,
1661 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(),
1881 DS.getEndLoc(), Exprs, T.getOpenLocation());
1907 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),
2542 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
    [all...]
ParseOpenMP.cpp 469 SourceLocation LParLoc = T.getOpenLocation();
495 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs);
2696 ValExprs, ClauseNameLoc, T.getOpenLocation(), T.getCloseLocation());
2729 D.LParenLoc = T.getOpenLocation();
2739 return Actions.ActOnOpenMPUsesAllocatorClause(Loc, T.getOpenLocation(),
3189 IsTargetSync, Loc, T.getOpenLocation(),
3193 T.getOpenLocation(), VarLoc, RLoc);
3197 T.getOpenLocation(), VarLoc, RLoc);
3446 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc);
3620 SourceLocation LLoc = T.getOpenLocation();
    [all...]
ParseDeclCXX.cpp 149 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope);
217 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl);
264 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl);
983 return T.getOpenLocation() == Tok.getLocation() ?
984 StartLoc : T.getOpenLocation();
3379 T.getOpenLocation());
3411 T.getOpenLocation(),
3626 T.getOpenLocation());
3650 T.getOpenLocation(), ArgExprs,
ParseExpr.cpp 1691 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(),
1899 Loc = T.getOpenLocation();
2010 Loc = PT.getOpenLocation();
2017 getCurScope(), LHS.get(), ArgExprs, PT.getOpenLocation());
2357 LParenLoc = T.getOpenLocation();
2553 Comps.back().LocStart = ST.getOpenLocation();
2772 SourceLocation OpenLoc = T.getOpenLocation();
3298 return Actions.ActOnCXXFoldExpr(getCurScope(), T.getOpenLocation(), LHS.get(),
ParseStmt.cpp 1164 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc,
1218 *LParenLoc = T.getOpenLocation();
1726 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(),
2111 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(),
ParseDecl.cpp 2393 ThisDecl->getLocation(), Exprs, T.getOpenLocation());
2413 ThisDecl->getLocation(), Exprs, T.getOpenLocation());
2427 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(),
2847 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc);
4372 T.getOpenLocation(), T.getCloseLocation(), attrs);
6309 return D.setDecompositionBindings(T.getOpenLocation(), Bindings,
6395 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()),
6521 LParenLoc = Tracker.getOpenLocation();
7031 T.getOpenLocation(),
7047 T.getOpenLocation(),
    [all...]
ParseObjc.cpp 1880 T.getOpenLocation(), T.getCloseLocation(),
3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
3541 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(),
3566 T.getOpenLocation(), ProtoIdLoc,
3632 T.getOpenLocation(),
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 427 SourceLocation getOpenLocation() const { return LOpen; }

Completed in 75 milliseconds