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

  /external/clang/unittests/AST/
SourceLocationTest.cpp 98 TEST(CXXNewExpr, ParenRange) {
  /external/clang/lib/AST/
ExprCXX.cpp 433 if (ParenRange.isValid())
434 return ParenRange.getEnd();
739 SourceRange parenRange,
749 CXXConstructExpr::CK_Complete, parenRange),
769 SourceRange ParenRange) {
774 ParenRange);
785 SourceRange ParenRange)
790 Constructor(D), Loc(Loc), ParenRange(ParenRange), NumArgs(args.size()),
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 131 /// \param ParenRange Source range enclosing code that should be parenthesized.
133 SourceRange ParenRange) {
134 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
135 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
143 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 733 SourceRange ParenRange);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 252 milliseconds