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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h127 void AddFunctionDefinition(const FunctionDecl *FD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp286 Record.AddFunctionDefinition(FD);
2455 void ASTRecordWriter::AddFunctionDefinition(const FunctionDecl *FD) { function in class:ASTRecordWriter
H A DASTWriter.cpp5107 Record.AddFunctionDefinition(Def);

Completed in 119 milliseconds