Searched refs:addPrototypeAST (Results 1 – 4 of 4) sorted by relevance
689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1249 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1259 S.addPrototypeAST(std::move(P)); in HandleExtern()
689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1213 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1224 S.addPrototypeAST(std::move(P)); in HandleExtern()
689 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);700 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1217 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1228 S.addPrototypeAST(std::move(P)); in HandleExtern()
690 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);701 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1316 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1326 S.addPrototypeAST(std::move(P)); in HandleExtern()