Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h136 void AddFunctionDefinition(const FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp324 Record.AddFunctionDefinition(FD); in Visit()
2851 void ASTRecordWriter::AddFunctionDefinition(const FunctionDecl *FD) { in AddFunctionDefinition() function in ASTRecordWriter
H A DASTWriter.cpp5906 Record.AddFunctionDefinition(Def); in WriteDeclUpdatesBlocks()