Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h559 void addTypeInfo(unsigned index, NullabilityKind kind) { in addTypeInfo() function
579 addTypeInfo(ReturnInfoIndex, kind); in addReturnTypeInfo()
584 addTypeInfo(index + 1, kind); in addParamTypeInfo()
658 addTypeInfo(0, *Nullable);
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp272 static void addTypeInfo(pdb::TpiStreamBuilder &tpiBuilder, in addTypeInfo() function
1189 addTypeInfo(builder.getTpiBuilder(), tMerger.getTypeTable()); in addObjectsToPDB()
1190 addTypeInfo(builder.getIpiBuilder(), tMerger.getIDTable()); in addObjectsToPDB()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp777 OutInfo.addTypeInfo(idx++, N); in convertNullability()
780 OutInfo.addTypeInfo(0, in convertNullability()