Home
last modified time | relevance | path

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

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