Searched refs:getOpenLocation (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp625 Intro.Range.setBegin(T.getOpenLocation());
762 DeclLoc = T.getOpenLocation();
965 T.getOpenLocation(), Result.take(),
987 LParenLoc = T.getOpenLocation();
1063 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true,
1076 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(),
1272 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),
1809 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1834 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1848 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
[all...]
H A DParseInit.cpp223 SourceLocation StartLoc = T.getOpenLocation();
404 SourceLocation LBraceLoc = T.getOpenLocation();
H A DParseExpr.cpp1182 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(),
1361 Loc = T.getOpenLocation();
1433 Loc = PT.getOpenLocation();
1668 LParenLoc = T.getOpenLocation();
1844 Comps.back().LocStart = ST.getOpenLocation();
1968 SourceLocation OpenLoc = T.getOpenLocation();
H A DParseDeclCXX.cpp117 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope);
161 IdentLoc, Ident, T.getOpenLocation(),
208 Ident[index], Tracker.getOpenLocation(),
685 return T.getOpenLocation() == Tok.getLocation() ?
686 StartLoc : T.getOpenLocation();
2313 T.getOpenLocation());
2403 T.getOpenLocation(),
2590 T.getOpenLocation(), ArgExprs.data(),
H A DRAIIObjectsForParser.h402 SourceLocation getOpenLocation() const { return LOpen; } function in class:clang::BalancedDelimiterTracker
H A DParseDecl.cpp1693 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(),
2062 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc);
2084 0, T.getOpenLocation(), ArgExprs.data(), 1,
3014 T.getOpenLocation(), T.getCloseLocation(),
3457 Actions.ActOnEnumBody(StartLoc, T.getOpenLocation(), T.getCloseLocation(),
4495 D.AddTypeInfo(DeclaratorChunk::getParen(T.getOpenLocation(),
4675 Tracker.getOpenLocation(),
4974 T.getOpenLocation(),
4991 T.getOpenLocation(),
5062 T.getOpenLocation(),
[all...]
H A DParseStmt.cpp787 Diag(T.getOpenLocation(), diag::note_matching) << "{";
795 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc,
1218 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(),
1489 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.take(),
H A DParseObjc.cpp1344 T.getOpenLocation(), T.getCloseLocation(), 0);
2648 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
2767 T.getOpenLocation(), Ty.get(),
2792 T.getOpenLocation(),
2856 T.getOpenLocation(),

Completed in 101 milliseconds