HomeSort by relevance Sort by last modified time
    Searched refs:getOpenLocation (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Parse/
ParseExprCXX.cpp 600 Intro.Range.setBegin(T.getOpenLocation());
696 DeclLoc = T.getOpenLocation();
845 T.getOpenLocation(), Result.take(),
867 LParenLoc = T.getOpenLocation();
    [all...]
ParseInit.cpp 144 SourceLocation StartLoc = T.getOpenLocation();
325 SourceLocation LBraceLoc = T.getOpenLocation();
ParseExpr.cpp     [all...]
ParseStmt.cpp 811 Diag(T.getOpenLocation(), diag::note_matching) << "{";
818 return Actions.ActOnCompoundStmt(T.getOpenLocation(), T.getCloseLocation(),
    [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 116 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope);
160 IdentLoc, Ident, T.getOpenLocation(),
207 Ident[index], Tracker.getOpenLocation(),
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 477 SourceLocation getOpenLocation() const { return LOpen; }
    [all...]

Completed in 254 milliseconds