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

  /external/clang/unittests/AST/
SourceLocationTest.cpp 98 TEST(CXXNewExpr, ParenRange) {
  /external/clang/lib/Parse/
Parser.cpp 87 /// \param ParenRange Source range enclosing code that should be parenthesized.
89 SourceRange ParenRange) {
90 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
91 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
99 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
    [all...]
  /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 824 SourceRange ParenRange);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 188 milliseconds