reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprCXX.h
 2148     return isParenTypeId();
 2255     return isParenTypeId() ? getTrailingObjects<SourceRange>()[0]
tools/clang/lib/AST/StmtPrinter.cpp
 2026   if (E->isParenTypeId())
 2037   if (E->isParenTypeId())
tools/clang/lib/AST/StmtProfile.cpp
 1749   ID.AddBoolean(S->isParenTypeId());
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1629   assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!");
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1568   Record.push_back(E->isParenTypeId());
 1578   if (E->isParenTypeId())