Home | History | Annotate | Download | only in Chapter9

Lines Matching refs:FunctionProtos

862 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos;
876 auto FI = FunctionProtos.find(Name);
877 if (FI != FunctionProtos.end())
1224 // Transfer ownership of the prototype to the FunctionProtos map, but keep a
1227 FunctionProtos[Proto->getName()] = std::move(Proto);
1337 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST);