Searched refs:addPrototypeAST (Results 1 – 4 of 4) sorted by relevance
688 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);699 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1214 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1225 S.addPrototypeAST(std::move(P)); in HandleExtern()
688 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);699 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1246 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1256 S.addPrototypeAST(std::move(P)); in HandleExtern()
688 void addPrototypeAST(std::unique_ptr<PrototypeAST> P);699 void SessionContext::addPrototypeAST(std::unique_ptr<PrototypeAST> P) { in addPrototypeAST() function in SessionContext1210 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1221 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 SessionContext1316 S.addPrototypeAST(llvm::make_unique<PrototypeAST>(*F->Proto)); in HandleDefinition()1326 S.addPrototypeAST(std::move(P)); in HandleExtern()