HomeSort by: relevance | last modified time | path
    Searched defs:IsParenTypeId (Results 1 - 2 of 2) 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/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 19 milliseconds