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.h532 void addTypeInfo(unsigned index, NullabilityKind kind) { in addTypeInfo() function
552 addTypeInfo(ReturnInfoIndex, kind); in addReturnTypeInfo()
557 addTypeInfo(index + 1, kind); in addParamTypeInfo()
628 addTypeInfo(0, *Nullable);
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp281 static void addTypeInfo(pdb::TpiStreamBuilder &tpiBuilder, in addTypeInfo() function
1191 addTypeInfo(builder.getTpiBuilder(), tMerger.getTypeTable()); in addObjectsToPDB()
1192 addTypeInfo(builder.getIpiBuilder(), tMerger.getIDTable()); in addObjectsToPDB()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp715 OutInfo.addTypeInfo(idx++, N); in convertNullability()
718 OutInfo.addTypeInfo(0, ReturnNullability ? *ReturnNullability in convertNullability()