Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1150 E->setTypeInfoAsWritten(readTypeSourceInfo()); in VisitExplicitCastExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3727 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() function