HomeSort by: relevance | last modified time | path
    Searched refs:isParenTypeId (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 2091 if (E->isParenTypeId())
2102 if (E->isParenTypeId())
StmtProfile.cpp 1956 ID.AddBoolean(S->isParenTypeId());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 2175 // Present if and only if isParenTypeId().
2187 return isParenTypeId();
2214 bool IsParenTypeId);
2230 bool IsParenTypeId);
2292 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; }
2294 return isParenTypeId() ? getTrailingObjects<SourceRange>()[0]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1772 Record.push_back(E->isParenTypeId());
1782 if (E->isParenTypeId())
ASTReaderStmt.cpp 1862 bool IsParenTypeId = Record.readInt();
1873 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!");
1881 if (IsParenTypeId)
3679 /*IsParenTypeId=*/Record[ASTStmtReader::NumExprFields + 3]);

Completed in 57 milliseconds