Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1149 E->setTypeInfoAsWritten(readTypeSourceInfo()); in VisitExplicitCastExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3642 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() function