Home
last modified time | relevance | path

Searched refs:setTypeInfoAsWritten (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1173 E->setTypeInfoAsWritten(readTypeSourceInfo()); in VisitExplicitCastExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h3773 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() function