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

  /external/clang/lib/Parse/
ParseExprCXX.cpp 807 Parens.getCloseLocation(),
869 Intro.Range.setEnd(T.getCloseLocation());
    [all...]
ParseInit.cpp 353 T.getCloseLocation());
479 T.getCloseLocation());
ParseDeclCXX.cpp 184 DeclEnd = T.getCloseLocation();
225 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
330 T.getCloseLocation());
676 T.getCloseLocation());
756 if (T.getCloseLocation().isInvalid()) {
760 return T.getCloseLocation();
765 return T.getCloseLocation();
768 EndLoc = T.getCloseLocation();
824 if (T.getCloseLocation().isInvalid())
    [all...]
ParseExpr.cpp     [all...]
ParseDecl.cpp 939 *endLoc = T.getCloseLocation();
962 SourceRange(AvailabilityLoc, T.getCloseLocation()),
    [all...]
ParseStmt.cpp 893 CloseLoc = T.getCloseLocation();
    [all...]
RAIIObjectsForParser.h 404 SourceLocation getCloseLocation() const { return LClose; }
ParseObjc.cpp 230 if (T.getCloseLocation().isInvalid())
    [all...]
Parser.cpp     [all...]

Completed in 671 milliseconds