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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 204 bool IsParenTypeId = TypeIdParens.isValid();
205 CXXNewExprBits.IsParenTypeId = IsParenTypeId;
215 if (IsParenTypeId)
226 if (IsParenTypeId)
235 unsigned NumPlacementArgs, bool IsParenTypeId)
239 CXXNewExprBits.IsParenTypeId = IsParenTypeId;
254 bool IsParenTypeId = TypeIdParens.isValid();
257 IsArray + HasInit + NumPlacementArgs, IsParenTypeId),
    [all...]
  /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]
Stmt.h 736 unsigned IsParenTypeId : 1;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
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 37 milliseconds