Home
last modified time | relevance | path

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

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