Home
last modified time | relevance | path

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

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