Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h128 void AddFunctionDefinition(const FunctionDecl *FD);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp286 Record.AddFunctionDefinition(FD); in Visit()
2439 void ASTRecordWriter::AddFunctionDefinition(const FunctionDecl *FD) { in AddFunctionDefinition() function in ASTRecordWriter
H A DASTWriter.cpp5015 Record.AddFunctionDefinition(Def); in WriteDeclUpdatesBlocks()