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 761 Intro.Range.setEnd(T.getCloseLocation());
817 SourceLocation RParenLoc = T.getCloseLocation();
    [all...]
ParseInit.cpp 353 T.getCloseLocation());
479 T.getCloseLocation());
ParseDeclCXX.cpp 183 DeclEnd = T.getCloseLocation();
224 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
329 T.getCloseLocation());
658 T.getCloseLocation());
723 if (T.getCloseLocation().isInvalid()) {
727 return T.getCloseLocation();
733 return T.getCloseLocation();
736 EndLoc = T.getCloseLocation();
786 if (T.getCloseLocation().isInvalid())
    [all...]
ParseExpr.cpp     [all...]
ParseDecl.cpp 824 *endLoc = T.getCloseLocation();
847 SourceRange(AvailabilityLoc, T.getCloseLocation()),
    [all...]
ParseStmt.cpp 873 CloseLoc = T.getCloseLocation();
    [all...]
RAIIObjectsForParser.h 403 SourceLocation getCloseLocation() const { return LClose; }
ParseObjc.cpp 215 if (T.getCloseLocation().isInvalid())
    [all...]
Parser.cpp     [all...]

Completed in 31 milliseconds