reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDecl.cpp
 2407           ThisDecl->getLocation(), Exprs, T.getOpenLocation());
 2427             ThisDecl->getLocation(), Exprs, T.getOpenLocation());
 2441       ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(),
 2857   ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc);
 4242                       T.getOpenLocation(), T.getCloseLocation(), attrs);
 6096   return D.setDecompositionBindings(T.getOpenLocation(), Bindings,
 6182         DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()),
 6264   LParenLoc = Tracker.getOpenLocation();
 6752                                             T.getOpenLocation(),
 6768                                             T.getOpenLocation(),
 6845                                 isStar, NumElements.get(), T.getOpenLocation(),
tools/clang/lib/Parse/ParseDeclCXX.cpp
  149     Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope);
  217       T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl);
  264       Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl);
  959       return T.getOpenLocation() == Tok.getLocation() ?
  960              StartLoc : T.getOpenLocation();
 3313                                             T.getOpenLocation());
 3344                                               T.getOpenLocation(),
 3554           T.getOpenLocation());
 3576                                        T.getOpenLocation(), ArgExprs,
tools/clang/lib/Parse/ParseExpr.cpp
 1428       Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(),
 1579       Loc = T.getOpenLocation();
 1677         Loc = PT.getOpenLocation();
 1684             getCurScope(), LHS.get(), ArgExprs, PT.getOpenLocation());
 1997       LParenLoc = T.getOpenLocation();
 2193         Comps.back().LocStart = ST.getOpenLocation();
 2383   SourceLocation OpenLoc = T.getOpenLocation();
 2873   return Actions.ActOnCXXFoldExpr(T.getOpenLocation(), LHS.get(), Kind,
tools/clang/lib/Parse/ParseExprCXX.cpp
  825   Intro.Range.setBegin(T.getOpenLocation());
  974           Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(),
 1292     SourceLocation LParenLoc = T.getOpenLocation();
 1541                                        T.getOpenLocation(), Result.get(),
 1563   LParenLoc = T.getOpenLocation();
 1641     Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true,
 1655       Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(),
 1853           DS.getEndLoc(), Exprs, T.getOpenLocation());
 1879     return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),
 2468         SymbolLocations[SymbolIdx++] = T.getOpenLocation();
 2493       SymbolLocations[SymbolIdx++] = T.getOpenLocation();
 2507       SymbolLocations[SymbolIdx++] = T.getOpenLocation();
 2958     PlacementLParen = T.getOpenLocation();
 3021     ConstructorLParen = T.getOpenLocation();
 3101                                             Size.get(), T.getOpenLocation(),
 3510                                             Tracker.getOpenLocation(),
 3522       Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(),
 3534     Result = Actions.ActOnParenExpr(Tracker.getOpenLocation(),
tools/clang/lib/Parse/ParseInit.cpp
  231     SourceLocation StartLoc = T.getOpenLocation();
  428   SourceLocation LBraceLoc = T.getOpenLocation();
tools/clang/lib/Parse/ParseObjc.cpp
 1875                       T.getOpenLocation(), T.getCloseLocation(),
 3396   SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
 3533   return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(),
 3558                                              T.getOpenLocation(), ProtoIdLoc,
 3624                                              T.getOpenLocation(),
tools/clang/lib/Parse/ParseOpenMP.cpp
  437     SourceLocation LParLoc = T.getOpenLocation();
  463           Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs);
 2396       Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc);
 2694     Tail = Actions.ActOnFinishFullExpr(Tail.get(), T.getOpenLocation(),
tools/clang/lib/Parse/ParseStmt.cpp
 1133   return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc,
 1568   return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(),
 1940   return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(),