Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp741 void emitParamInfo(raw_ostream &OS, const ParamInfo &PI);
782 emitParamInfo(OS, *OMI.Self); in emitUnversionedInfo()
820 emitParamInfo(OS, *MI.This); in emitUnversionedInfo()
1065 void emitParamInfo(raw_ostream &OS, const ParamInfo &PI) { in emitParamInfo() function
1118 emitParamInfo(OS, PI); in emitFunctionInfo()