Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTRecordWriter.h134 void AddFunctionDefinition(const FunctionDecl *FD);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp292 Record.AddFunctionDefinition(FD); in Visit()
2498 void ASTRecordWriter::AddFunctionDefinition(const FunctionDecl *FD) { in AddFunctionDefinition() function in ASTRecordWriter
H A DASTWriter.cpp5322 Record.AddFunctionDefinition(Def); in WriteDeclUpdatesBlocks()