Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h790 void AddFunctionDefinition(const FunctionDecl *FD);
/external/clang/lib/Serialization/
DASTWriterDecl.cpp272 Record.AddFunctionDefinition(FD); in Visit()
2178 void ASTRecordWriter::AddFunctionDefinition(const FunctionDecl *FD) { in AddFunctionDefinition() function in ASTRecordWriter
DASTWriter.cpp4777 Record.AddFunctionDefinition(Def); in WriteDeclUpdatesBlocks()