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

  /external/clang/lib/Parse/
Parser.cpp 107 /// \param ParenRange Source range enclosing code that should be parenthesized.
109 SourceRange ParenRange) {
110 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
111 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
119 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
    [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 98 TEST(CXXNewExpr, ParenRange) {
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 835 SourceRange ParenRange);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 164 milliseconds