Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h134 void AddFunctionDefinition(const FunctionDecl *FD);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp290 Record.AddFunctionDefinition(FD); in Visit()
2765 void ASTRecordWriter::AddFunctionDefinition(const FunctionDecl *FD) { in AddFunctionDefinition() function in ASTRecordWriter
H A DASTWriter.cpp5419 Record.AddFunctionDefinition(Def); in WriteDeclUpdatesBlocks()