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

  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseInit.cpp 335 T.getCloseLocation());
463 T.getCloseLocation());
ParseDecl.cpp 262 SourceRange(AttrNameLoc, Parens.getCloseLocation()),
265 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
    [all...]
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp 199 DeclEnd = T.getCloseLocation();
242 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
368 getCurScope(), LinkageSpec, T.getCloseLocation())
747 T.getCloseLocation());
829 if (T.getCloseLocation().isInvalid()) {
833 return T.getCloseLocation();
838 return T.getCloseLocation();
841 EndLoc = T.getCloseLocation();
898 if (T.getCloseLocation().isInvalid())
    [all...]
ParseStmt.cpp     [all...]
ParseOpenMP.cpp 504 Kind, Val.get(), Loc, T.getOpenLocation(), T.getCloseLocation());
602 T.getCloseLocation());
RAIIObjectsForParser.h 404 SourceLocation getCloseLocation() const { return LClose; }
ParseObjc.cpp 230 if (T.getCloseLocation().isInvalid())
    [all...]
ParseStmtAsm.cpp 664 Clobbers, T.getCloseLocation());
723 Constraints, Exprs, AsmString.get(), Clobbers, T.getCloseLocation());
Parser.cpp     [all...]

Completed in 268 milliseconds